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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h5778 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5974 ** into the [xCreate] and [xConnect] methods of the virtual table module
5990 void *pClientData /* Client data for xCreate/xConnect */
5996 void *pClientData, /* Client data for xCreate/xConnect */
6050 ** ^The [xCreate] and [xConnect] methods of a
7130 ** [[the xCreate() page cache methods]]
7131 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
7142 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
7226 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7244 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7266 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
10267 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
H A Dsqlite3.c6038 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
6234 ** into the [xCreate] and [xConnect] methods of the virtual table module
6250 void *pClientData /* Client data for xCreate/xConnect */
6256 void *pClientData, /* Client data for xCreate/xConnect */
6310 ** ^The [xCreate] and [xConnect] methods of a
7390 ** [[the xCreate() page cache methods]]
7391 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
7402 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
7486 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7504 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7526 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
10527 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
/freebsd-10-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 1073 milliseconds