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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11725 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
11730 Fts5Context *pFts, /* First arg to pass to pApi functions */
11955 void *(*xUserData)(Fts5Context*);
11957 int (*xColumnCount)(Fts5Context*);
11958 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
11959 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken);
11961 int (*xTokenize)(Fts5Context*,
11967 int (*xPhraseCount)(Fts5Context*);
11968 int (*xPhraseSize)(Fts5Context*, in
[all...]
H A Dsqlite3.c12788 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
12793 Fts5Context *pFts, /* First arg to pass to pApi functions */
13018 void *(*xUserData)(Fts5Context*);
13020 int (*xColumnCount)(Fts5Context*);
13021 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
13022 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken);
13024 int (*xTokenize)(Fts5Context*,
13030 int (*xPhraseCount)(Fts5Context*);
13031 int (*xPhraseSize)(Fts5Context*, in
211235 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
[all...]

Completed in 497 milliseconds