Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xDestroy

3552   void(*xDestroy)(void*)
3959 ** with the addition that the xDestroy callback is invoked on pArg when
3965 ** ^The xDestroy callback is <u>not</u> called if the
3967 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
3989 void(*xDestroy)(void*)
4595 int (*xDestroy)(sqlite3_vtab *pVTab);
4745 void(*xDestroy)(void*) /* Module destructor function */
5840 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
5842 ** calling the xDestroy() method, SQLite considers the [sqlite3_pcache*]
5858 void (*xDestroy)(sqlite3_pcache*);