TEXTSEARCH_FIND_CONTINUOUS

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

textsearch_find_continuous - search a pattern in continuous/linear data  

SYNOPSIS

"SYNOPSIS"

unsigned int textsearch_find_continuous (struct ts_config * conf, struct ts_state * state, const void * data, unsigned int len);  

ARGUMENTS

conf
search configuration
state
search state
data
data to search in
len
length of data
 

DESCRIPTION

A simplified version of textsearch_find for continuous/linear data. Call textsearch_next to retrieve subsequent matches.

Returns the position of first occurrence of the pattern or UINT_MAX if no occurrence was found.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005