Home | History | Annotate | Download | only in orig

Lines Matching defs:xDestroy

4101   void(*xDestroy)(void*)
4535 ** with the addition that the xDestroy callback is invoked on pArg when
4541 ** ^The xDestroy callback is <u>not</u> called if the
4543 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4565 void(*xDestroy)(void*)
5314 int (*xDestroy)(sqlite3_vtab *pVTab);
5483 void(*xDestroy)(void*) /* Module destructor function */
6665 ** [[the xDestroy() page cache method]]
6666 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6668 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
6692 void (*xDestroy)(sqlite3_pcache*);
6713 void (*xDestroy)(sqlite3_pcache*);