Searched refs:Fts5Context (Results 1 – 2 of 2) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 11991 typedef struct Fts5Context Fts5Context; typedef 11996 Fts5Context *pFts, /* First arg to pass to pApi functions */ 12221 void *(*xUserData)(Fts5Context*); 12223 int (*xColumnCount)(Fts5Context*); 12224 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); 12225 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken); 12227 int (*xTokenize)(Fts5Context*, 12233 int (*xPhraseCount)(Fts5Context*); 12234 int (*xPhraseSize)(Fts5Context*, int iPhrase); 12236 int (*xInstCount)(Fts5Context*, int *pnInst); [all …]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 12325 typedef struct Fts5Context Fts5Context; typedef 12330 Fts5Context *pFts, /* First arg to pass to pApi functions */ 12555 void *(*xUserData)(Fts5Context*); 12557 int (*xColumnCount)(Fts5Context*); 12558 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); 12559 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken); 12561 int (*xTokenize)(Fts5Context*, 12567 int (*xPhraseCount)(Fts5Context*); 12568 int (*xPhraseSize)(Fts5Context*, int iPhrase); 12570 int (*xInstCount)(Fts5Context*, int *pnInst); [all …]
|