Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_mi.c138 for(pApi->xPhraseFirst(pFts, 0, &iter, &iCol, &iOff); in fts5MatchinfoXCb()
245 for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff); in fts5MatchinfoLocalCb()
H A Dfts5.h296 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*); member
H A Dfts5_tcl.c456 rc = p->pApi->xPhraseFirst(p->pFts, iPhrase, &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