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

/external/sqlite/dist/orig/
H A Dsqlite3.h5547 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5727 ** into the [xCreate] and [xConnect] methods of the virtual table module
5743 void *pClientData /* Client data for xCreate/xConnect */
5749 void *pClientData, /* Client data for xCreate/xConnect */
5803 ** ^The [xCreate] and [xConnect] methods of a
6869 ** [[the xCreate() page cache methods]]
6870 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6881 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6965 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6983 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7005 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
8368 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
H A Dsqlite3.c5761 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5941 ** into the [xCreate] and [xConnect] methods of the virtual table module
5957 void *pClientData /* Client data for xCreate/xConnect */
5963 void *pClientData, /* Client data for xCreate/xConnect */
6017 ** ^The [xCreate] and [xConnect] methods of a
7083 ** [[the xCreate() page cache methods]]
7084 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
7095 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
7179 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7197 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7219 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
8582 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5547 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5727 ** into the [xCreate] and [xConnect] methods of the virtual table module
5743 void *pClientData /* Client data for xCreate/xConnect */
5749 void *pClientData, /* Client data for xCreate/xConnect */
5803 ** ^The [xCreate] and [xConnect] methods of a
6869 ** [[the xCreate() page cache methods]]
6870 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
6881 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
6965 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6983 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7005 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
8368 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]
H A Dsqlite3.c5761 int (*xCreate)(sqlite3*, void *pAux, member in struct:sqlite3_module
5941 ** into the [xCreate] and [xConnect] methods of the virtual table module
5957 void *pClientData /* Client data for xCreate/xConnect */
5963 void *pClientData, /* Client data for xCreate/xConnect */
6017 ** ^The [xCreate] and [xConnect] methods of a
7083 ** [[the xCreate() page cache methods]]
7084 ** ^SQLite invokes the xCreate() method to construct a new cache instance.
7095 ** ^The third argument to xCreate(), bPurgeable, is true if the cache being
7179 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7197 sqlite3_pcache *(*xCreate)(in member in struct:sqlite3_pcache_methods2
7219 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member in struct:sqlite3_pcache_methods
8582 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member in struct:fts5_tokenizer
[all...]

Completed in 549 milliseconds