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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11890 ** xPhraseFirst()
11900 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
11909 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
11916 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
11919 ** See xPhraseFirst above.
11922 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
11944 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
11983 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*); member in struct:Fts5ExtensionApi
H A Dsqlite3.c12953 ** xPhraseFirst()
12963 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
12972 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
12979 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
12982 ** See xPhraseFirst above.
12985 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
13007 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
13046 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*); member in struct:Fts5ExtensionApi
[all...]

Completed in 526 milliseconds