Searched defs:xCreate (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2377 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
2493 void * /* Client data for xCreate/xConnect */
2535 ** The xCreate and xConnect methods of a module use the following API
/external/sqlite/dist/
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
8681 ** connection handle passed to it via the xConnect() or xCreate() metho
[all...]

Completed in 217 milliseconds