Searched refs:xDestroy (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h3532 void(*xDestroy)(void*)
4074 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
4210 void(*xDestroy)(void*) /* Module destructor function */
5139 ** The xDestroy() method is used to delete a cache allocated by xCreate().
5141 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5157 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
H A Dsqlite3ext.h159 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
/external/sqlite/dist/orig/
H A Dsqlite3.h3867 void(*xDestroy)(void*)
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4285 ** ^The xDestroy callback is <u>not</u> called if the
4287 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4309 void(*xDestroy)(void*)
4958 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5113 void(*xDestroy)(void*) /* Module destructor function */
6255 ** [[the xDestroy() page cache method]]
6256 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6258 ** calling the xDestroy() metho
6282 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6303 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h171 void (*xDestroy)(void *));
222 void(*xDestroy)(void*));
H A Dsqlite3.c4417 void(*xDestroy)(void*)
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4835 ** ^The xDestroy callback is <u>not</u> called if the
4837 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4859 void(*xDestroy)(void*)
5508 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5663 void(*xDestroy)(void*) /* Module destructor function */
6805 ** [[the xDestroy() page cache method]]
6806 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6808 ** calling the xDestroy() metho
6832 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6853 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9919 void (*xDestroy)(void *); member in struct:FuncDestructor
10000 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3867 void(*xDestroy)(void*)
4279 ** with the addition that the xDestroy callback is invoked on pArg when
4285 ** ^The xDestroy callback is <u>not</u> called if the
4287 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4309 void(*xDestroy)(void*)
4958 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5113 void(*xDestroy)(void*) /* Module destructor function */
6255 ** [[the xDestroy() page cache method]]
6256 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6258 ** calling the xDestroy() metho
6282 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6303 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h171 void (*xDestroy)(void *));
222 void(*xDestroy)(void*));
H A Dsqlite3.c4417 void(*xDestroy)(void*)
4829 ** with the addition that the xDestroy callback is invoked on pArg when
4835 ** ^The xDestroy callback is <u>not</u> called if the
4837 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4859 void(*xDestroy)(void*)
5508 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5663 void(*xDestroy)(void*) /* Module destructor function */
6805 ** [[the xDestroy() page cache method]]
6806 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6808 ** calling the xDestroy() metho
6832 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6853 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9919 void (*xDestroy)(void *); member in struct:FuncDestructor
10000 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 516 milliseconds