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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4151 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
4276 ** into the [xCreate] and [xConnect] methods of the virtual table module
4290 void *pClientData /* Client data for xCreate/xConnect */
4296 void *pClientData, /* Client data for xCreate/xConnect */
4353 ** ^The [xCreate] and [xConnect] methods of a
5213 ** ^The xCreate() method is used to construct a new cache instance. SQLite
5224 ** xCreate(), bPurgeable, is true if the cache being created will
5295 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5306 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c4675 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
4800 ** into the [xCreate] and [xConnect] methods of the virtual table module
4814 void *pClientData /* Client data for xCreate/xConnect */
4820 void *pClientData, /* Client data for xCreate/xConnect */
4877 ** ^The [xCreate] and [xConnect] methods of a
5737 ** ^The xCreate() method is used to construct a new cache instance. SQLite
5748 ** xCreate(), bPurgeable, is true if the cache being created will
5819 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5830 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
8654 ** connection handle passed to it via the xConnect() or xCreate() metho
[all...]

Completed in 328 milliseconds