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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h3827 void(*xDestroy)(void*)
4239 ** with the addition that the xDestroy callback is invoked on pArg when
4245 ** ^The xDestroy callback is <u>not</u> called if the
4247 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4269 void(*xDestroy)(void*)
4909 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5064 void(*xDestroy)(void*) /* Module destructor function */
6206 ** [[the xDestroy() page cache method]]
6207 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6209 ** calling the xDestroy() metho
6233 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6254 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.c4377 void(*xDestroy)(void*)
4789 ** with the addition that the xDestroy callback is invoked on pArg when
4795 ** ^The xDestroy callback is <u>not</u> called if the
4797 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4819 void(*xDestroy)(void*)
5459 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5614 void(*xDestroy)(void*) /* Module destructor function */
6756 ** [[the xDestroy() page cache method]]
6757 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6759 ** calling the xDestroy() metho
6783 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6804 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9886 void (*xDestroy)(void *); member in struct:FuncDestructor
9968 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 250 milliseconds