Searched refs:xDestroy (Results 1 – 5 of 5) sorted by relevance
3617 void(*xDestroy)(void*)4159 int (*xDestroy)(sqlite3_vtab *pVTab); member4297 void(*xDestroy)(void*) /* Module destructor function */5313 void (*xDestroy)(sqlite3_pcache*); member
4141 void(*xDestroy)(void*)4683 int (*xDestroy)(sqlite3_vtab *pVTab); member4821 void(*xDestroy)(void*) /* Module destructor function */5837 void (*xDestroy)(sqlite3_pcache*); member8569 void (*xDestroy)(void *); /* Module destructor function */ member29843 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 …]
3617 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*);
4141 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. This17785 ** variable is used for two purposes: to allow xDestroy methods to execute29838 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);[all …]
1916 void(*xDestroy)(void*)2385 int (*xDestroy)(sqlite3_vtab *pVTab); member