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 */
1750 struct snippetMatch { /* One entry for each matching term */ struct1751 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 */