Lines Matching defs:xDestroy
5362 void(*xDestroy)(void*)
5374 void(*xDestroy)(void*)
6065 ** with the addition that the xDestroy callback is invoked on pArg when
6071 ** ^The xDestroy callback is <u>not</u> called if the
6073 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6095 void(*xDestroy)(void*)
7094 int (*xDestroy)(sqlite3_vtab *pVTab);
7364 void(*xDestroy)(void*) /* Module destructor function */
8851 ** [[the xDestroy() page cache method]]
8852 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
8854 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
8878 void (*xDestroy)(sqlite3_pcache*);
8899 void (*xDestroy)(sqlite3_pcache*);
12908 void (*xDestroy)(void*)
12925 void (*xDestroy)(void*)