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

/macosx-10.10/Heimdal-398.1.2/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 560 milliseconds