Home
last modified time | relevance | path

Searched defs:snippetMatch (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1007 struct snippetMatch { /* One entry for each matching term */ struct
1008 char snStatus; /* Status flag for use while constructing snippets */
1009 short int iCol; /* The column that contains the match */
1010 short int iTerm; /* The index in Query.pTerms[] of the matching term */
1011 short int nByte; /* Number of bytes in the term */
1012 int iStart; /* The offset to the first character of the term */
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1750 struct snippetMatch { /* One entry for each matching term */ struct
1751 char snStatus; /* Status flag for use while constructing snippets */
1752 short int iCol; /* The column that contains the match */
1753 short int iTerm; /* The index in Query.pTerms[] of the matching term */
1754 short int nByte; /* Number of bytes in the term */
1755 int iStart; /* The offset to the first character of the term */