Searched defs:xDestroy (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/include/ | ||
H A D | sqlite3.h | 7094 int (*xDestroy)(sqlite3_vtab *pVTab); member 8878 void (*xDestroy)(sqlite3_pcache*); global() member 8899 void (*xDestroy)(sqlite3_pcache*); global() member [all...] |
/third_party/sqlite/src/ | ||
H A D | sqlite3.c | 7403 int (*xDestroy)(sqlite3_vtab *pVTab); member 9187 void (*xDestroy)(sqlite3_pcache*); global() member 9208 void (*xDestroy)(sqlite3_pcache*); global() member 17339 void (*xDestroy)(void *); global() member 17545 void (*xDestroy)(void *); /* Module destructor function */ global() member [all...] |
Completed in 122 milliseconds