Lines Matching defs:xDestroy
2382 ** without calling their xDestroy() methods.
5503 void(*xDestroy)(void*)
5515 void(*xDestroy)(void*)
6328 ** with the addition that the xDestroy callback is invoked on pArg when
6334 ** ^The xDestroy callback is <u>not</u> called if the
6336 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6358 void(*xDestroy)(void*)
7323 int (*xDestroy)(sqlite3_vtab *pVTab);
7597 void(*xDestroy)(void*) /* Module destructor function */
9079 ** [[the xDestroy() page cache method]]
9080 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
9082 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
9106 void (*xDestroy)(sqlite3_pcache*);
9127 void (*xDestroy)(sqlite3_pcache*);
13394 void (*xDestroy)(void*)
13411 void (*xDestroy)(void*)