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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2067 void function(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff) xPhraseNext;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h12942 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
12953 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
12960 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
12969 ** xPhraseNext()
12974 ** and xPhraseNext() APIs described above. The difference is that instead
12995 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
13068 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
H A Dsqlite3.c13255 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
13266 ** pApi->xPhraseNext(pFts, &iter, &iCol, &iOff)
13273 ** with the xPhraseFirst() and xPhraseNext() API methods (and by
13282 ** xPhraseNext()
13287 ** and xPhraseNext() APIs described above. The difference is that instead
13308 ** xPhraseFirstColumn() may also be obtained using xPhraseFirst/xPhraseNext
13381 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff); member in struct:Fts5ExtensionApi
[all...]

Completed in 671 milliseconds