Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
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 */
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c1927 struct snippetMatch { /* One entry for each matching term */ struct
1928 char snStatus; /* Status flag for use while constructing snippets */
1929 short int iCol; /* The column that contains the match */
1930 short int iTerm; /* The index in Query.pTerms[] of the matching term */
1931 short int nByte; /* Number of bytes in the term */
1932 int iStart; /* The offset to the first character of the term */