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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2026 struct Fts5Context;
2030 Fts5Context *pFts,
2045 void* function(Fts5Context*) xUserData;
2046 int function(Fts5Context*) xColumnCount;
2047 int function(Fts5Context*, sqlite3_int64 *pnRow) xRowCount;
2048 int function(Fts5Context*, int iCol, sqlite3_int64 *pnToken) xColumnTotalSize;
2049 int function(Fts5Context*,
2054 int function(Fts5Context*) xPhraseCount;
2055 int function(Fts5Context*, int iPhrase) xPhraseSize;
2056 int function(Fts5Context*, in
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h12766 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
12771 Fts5Context *pFts, /* First arg to pass to pApi functions */
13039 void *(*xUserData)(Fts5Context*);
13041 int (*xColumnCount)(Fts5Context*);
13042 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
13043 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken);
13045 int (*xTokenize)(Fts5Context*,
13051 int (*xPhraseCount)(Fts5Context*);
13052 int (*xPhraseSize)(Fts5Context*, in
[all...]
H A Dsqlite3.c13079 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
13084 Fts5Context *pFts, /* First arg to pass to pApi functions */
13352 void *(*xUserData)(Fts5Context*);
13354 int (*xColumnCount)(Fts5Context*);
13355 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
13356 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken);
13358 int (*xTokenize)(Fts5Context*,
13364 int (*xPhraseCount)(Fts5Context*);
13365 int (*xPhraseSize)(Fts5Context*, in
229553 typedef struct Fts5Context Fts5Context; typedef in typeref:struct:Fts5Context
[all...]

Completed in 832 milliseconds