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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4901 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5041 ** into the [xCreate] and [xConnect] methods of the virtual table module
5057 void *pClientData /* Client data for xCreate/xConnect */
5063 void *pClientData, /* Client data for xCreate/xConnect */
5117 ** ^The [xCreate] and [xConnect] methods of a
6111 ** [[the xCreate() page cache methods]]
6112 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6123 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6207 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6225 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
6247 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5451 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5591 ** into the [xCreate] and [xConnect] methods of the virtual table module
5607 void *pClientData /* Client data for xCreate/xConnect */
5613 void *pClientData, /* Client data for xCreate/xConnect */
5667 ** ^The [xCreate] and [xConnect] methods of a
6661 ** [[the xCreate() page cache methods]]
6662 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6673 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6757 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6775 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
6797 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
[all...]

Completed in 494 milliseconds