Searched refs:xPhraseNext (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11891 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
11902 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
11909 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
11918 ** xPhraseNext()
11923 ** and xPhraseNext() APIs described above. The difference is that instead
11944 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
11984 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
H A Dsqlite3.c12954 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
12965 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
12972 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
12981 ** xPhraseNext()
12986 ** and xPhraseNext() APIs described above. The difference is that instead
13007 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
13047 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
[all...]

Completed in 466 milliseconds