Home
last modified time | relevance | path

Searched refs:xDestroy (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h3617 void(*xDestroy)(void*)
4159 int (*xDestroy)(sqlite3_vtab *pVTab); member
4297 void(*xDestroy)(void*) /* Module destructor function */
5313 void (*xDestroy)(sqlite3_pcache*); member
Dsqlite3.c4141 void(*xDestroy)(void*)
4683 int (*xDestroy)(sqlite3_vtab *pVTab); member
4821 void(*xDestroy)(void*) /* Module destructor function */
5837 void (*xDestroy)(sqlite3_pcache*); member
8569 void (*xDestroy)(void *); /* Module destructor function */ member
29843 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
30081 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
76136 …int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
85839 void (*xDestroy)(void *) /* Module destructor function */
85854 pMod->xDestroy = xDestroy;
[all …]
Dsqlite3.h.orig3617 void(*xDestroy)(void*)
4159 int (*xDestroy)(sqlite3_vtab *pVTab);
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*);
Dsqlite3.c.orig4141 void(*xDestroy)(void*)
4683 int (*xDestroy)(sqlite3_vtab *pVTab);
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*);
8564 void (*xDestroy)(void *); /* Module destructor function */
17784 ** set to 2 for xDestroy method calls and 1 for all other methods. This
17785 ** variable is used for two purposes: to allow xDestroy methods to execute
29838 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
[all …]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h1916 void(*xDestroy)(void*)
2385 int (*xDestroy)(sqlite3_vtab *pVTab); member