Searched defs:snippetMatch (Results 1 – 2 of 2) sorted by relevance
1007 struct snippetMatch { /* One entry for each matching term */ struct1008 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 */
1927 struct snippetMatch { /* One entry for each matching term */ struct1928 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 */