Lines Matching defs:xPhraseFirst
13324 ** xPhraseFirst()
13334 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
13343 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
13350 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
13353 ** See xPhraseFirst above.
13356 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
13378 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
13450 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*);
231633 ** xPhraseFirst()
231643 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
231652 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
231659 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
231662 ** See xPhraseFirst above.
231665 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
231687 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
231759 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*);