Home | History | Annotate | Download | only in dist

Lines Matching defs:xDestroy

3468   void(*xDestroy)(void*)
3875 ** with the addition that the xDestroy callback is invoked on pArg when
3881 ** ^The xDestroy callback is <u>not</u> called if the
3883 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
3905 void(*xDestroy)(void*)
4511 int (*xDestroy)(sqlite3_vtab *pVTab);
4661 void(*xDestroy)(void*) /* Module destructor function */
5730 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5732 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5748 void (*xDestroy)(sqlite3_pcache*);