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

/external/sqlite/dist/orig/
H A Dsqlite3.h10174 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
10185 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
10192 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
10201 ** xPhraseNext()
10206 ** and xPhraseNext() APIs described above. The difference is that instead
10227 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10267 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
H A Dsqlite3.c10451 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
10462 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
10469 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
10478 ** xPhraseNext()
10483 ** and xPhraseNext() APIs described above. The difference is that instead
10504 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10544 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
[all...]
/external/sqlite/dist/
H A Dsqlite3.h10174 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
10185 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
10192 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
10201 ** xPhraseNext()
10206 ** and xPhraseNext() APIs described above. The difference is that instead
10227 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10267 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
H A Dsqlite3.c10451 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
10462 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
10469 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
10478 ** xPhraseNext()
10483 ** and xPhraseNext() APIs described above. The difference is that instead
10504 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
10544 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
[all...]

Completed in 516 milliseconds