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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h3617 void(*xDestroy)(void*)
4159 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
4297 void(*xDestroy)(void*) /* Module destructor function */
5295 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5297 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5313 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
H A Dsqlite3ext.h157 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
H A Dsqlite3.c4141 void(*xDestroy)(void*)
4683 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
4821 void(*xDestroy)(void*) /* Module destructor function */
5819 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5821 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5837 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
8542 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
17716 ** set to 2 for xDestroy method calls and 1 for all other methods. This
17717 ** variable is used for two purposes: to allow xDestroy methods to execute
[all...]

Completed in 320 milliseconds