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

/external/sqlite/dist/orig/
H A Dsqlite3.h4247 void(*xDestroy)(void*)
4696 ** with the addition that the xDestroy callback is invoked on pArg when
4702 ** ^The xDestroy callback is <u>not</u> called if the
4704 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4726 void(*xDestroy)(void*)
5496 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5666 void(*xDestroy)(void*) /* Module destructor function */
6874 ** [[the xDestroy() page cache method]]
6875 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6877 ** calling the xDestroy() metho
6901 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6922 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c4454 void(*xDestroy)(void*)
4903 ** with the addition that the xDestroy callback is invoked on pArg when
4909 ** ^The xDestroy callback is <u>not</u> called if the
4911 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4933 void(*xDestroy)(void*)
5703 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5873 void(*xDestroy)(void*) /* Module destructor function */
7081 ** [[the xDestroy() page cache method]]
7082 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7084 ** calling the xDestroy() metho
7108 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
7129 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
11257 void (*xDestroy)(void *); member in struct:FuncDestructor
11360 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4247 void(*xDestroy)(void*)
4696 ** with the addition that the xDestroy callback is invoked on pArg when
4702 ** ^The xDestroy callback is <u>not</u> called if the
4704 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4726 void(*xDestroy)(void*)
5496 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5666 void(*xDestroy)(void*) /* Module destructor function */
6874 ** [[the xDestroy() page cache method]]
6875 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6877 ** calling the xDestroy() metho
6901 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6922 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c4454 void(*xDestroy)(void*)
4903 ** with the addition that the xDestroy callback is invoked on pArg when
4909 ** ^The xDestroy callback is <u>not</u> called if the
4911 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4933 void(*xDestroy)(void*)
5703 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5873 void(*xDestroy)(void*) /* Module destructor function */
7081 ** [[the xDestroy() page cache method]]
7082 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7084 ** calling the xDestroy() metho
7108 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
7129 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
11257 void (*xDestroy)(void *); member in struct:FuncDestructor
11360 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 470 milliseconds