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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5166 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5306 ** into the [xCreate] and [xConnect] methods of the virtual table module
5322 void *pClientData /* Client data for xCreate/xConnect */
5328 void *pClientData, /* Client data for xCreate/xConnect */
5382 ** ^The [xCreate] and [xConnect] methods of a
6387 ** [[the xCreate() page cache methods]]
6388 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6399 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6483 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6501 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
6523 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5737 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5877 ** into the [xCreate] and [xConnect] methods of the virtual table module
5893 void *pClientData /* Client data for xCreate/xConnect */
5899 void *pClientData, /* Client data for xCreate/xConnect */
5953 ** ^The [xCreate] and [xConnect] methods of a
6958 ** [[the xCreate() page cache methods]]
6959 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6970 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
7054 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7072 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7094 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
/freebsd-10.2-release/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 704 milliseconds