Searched defs:piOff (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c10309 ** to the column in which it occurs and *piOff the token offset of the
10311 ** with the offsets=0 option specified. In this case *piOff is always
10475 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff);
10488 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff);
193989 fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10309 ** to the column in which it occurs and *piOff the token offset of the
10311 ** with the offsets=0 option specified. In this case *piOff is always
10475 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff);
10488 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff);
194001 fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid) argument
[all...]

Completed in 560 milliseconds