Searched refs:xCreate (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6777 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
6994 ** into the [xCreate] and [xConnect] methods of the virtual table module
7016 void *pClientData /* Client data for xCreate/xConnect */
7022 void *pClientData, /* Client data for xCreate/xConnect */
7093 ** ^The [xCreate] and [xConnect] methods of a
8401 ** [[the xCreate() page cache methods]]
8402 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
8413 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
8497 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
8515 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
8537 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
12189 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
H A Dsqlite3.c7840 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
8057 ** into the [xCreate] and [xConnect] methods of the virtual table module
8079 void *pClientData /* Client data for xCreate/xConnect */
8085 void *pClientData, /* Client data for xCreate/xConnect */
8156 ** ^The [xCreate] and [xConnect] methods of a
9464 ** [[the xCreate() page cache methods]]
9465 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
9476 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
9560 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
9578 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
9600 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
13252 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
231979 sqlite3Fts5TokenizerPattern( int (*xCreate)(void*, const char**, int, Fts5Tokenizer**), Fts5Tokenizer *pTok ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4771 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
4911 ** into the [xCreate] and [xConnect] methods of the virtual table module
4927 void *pClientData /* Client data for xCreate/xConnect */
4933 void *pClientData, /* Client data for xCreate/xConnect */
4987 ** ^The [xCreate] and [xConnect] methods of a
5952 ** [[the xCreate() page cache methods]]
5953 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
5966 ** xCreate(), bPurgeable, is true if the cache being created will
6045 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6056 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5324 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5464 ** into the [xCreate] and [xConnect] methods of the virtual table module
5480 void *pClientData /* Client data for xCreate/xConnect */
5486 void *pClientData, /* Client data for xCreate/xConnect */
5540 ** ^The [xCreate] and [xConnect] methods of a
6505 ** [[the xCreate() page cache methods]]
6506 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6519 ** xCreate(), bPurgeable, is true if the cache being created will
6598 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6609 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods
[all...]

Completed in 1291 milliseconds