Home
last modified time | relevance | path

Searched refs:xPhraseNext (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_mi.c140 pApi->xPhraseNext(pFts, &iter, &iCol, &iOff) in fts5MatchinfoXCb()
247 pApi->xPhraseNext(pFts, &iter, &iCol, &iOff) in fts5MatchinfoLocalCb()
H A Dfts5.h297 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member
H A Dfts5_tcl.c461 for( ;iCol>=0; p->pApi->xPhraseNext(p->pFts, &iter, &iCol, &iOff) ){ in xF5tApi()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5detail.test97 # Check that the xInstCount, xInst, xPhraseFirst and xPhraseNext APIs