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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h9968 ** xPhraseFirst()
9978 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
9987 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
9994 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
9997 ** See xPhraseFirst above.
10000 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
10022 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10061 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*); member in struct:Fts5ExtensionApi
H A Dsqlite3.c10228 ** xPhraseFirst()
10238 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
10247 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
10254 ** through an empty set (all calls to xPhraseFirst() set iCol to -1).
10257 ** See xPhraseFirst above.
10260 ** This function and xPhraseNextColumn() are similar to the xPhraseFirst()
10282 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10321 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*); member in struct:Fts5ExtensionApi
[all...]

Completed in 591 milliseconds