Home | History | Annotate | Download | only in fts1

Lines Matching refs:pMatch

2183   struct snippetMatch *pMatch;
2194 pMatch = &p->aMatch[i];
2195 pMatch->iCol = iCol;
2196 pMatch->iTerm = iTerm;
2197 pMatch->iStart = iStart;
2198 pMatch->nByte = nByte;
2323 struct snippetMatch *pMatch = &p->aMatch[i];
2326 pMatch->iCol, pMatch->iTerm, pMatch->iStart, pMatch->nByte);