Home
last modified time | relevance | path

Searched refs:xDestroy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h5809 void(*xDestroy)(void*)
5821 void(*xDestroy)(void*)
6727 void(*xDestroy)(void*)
7694 int (*xDestroy)(sqlite3_vtab *pVTab); member
7972 void(*xDestroy)(void*) /* Module destructor function */
9514 void (*xDestroy)(sqlite3_pcache*); member
9535 void (*xDestroy)(sqlite3_pcache*); member
14284 void (*xDestroy)(void*)
14301 void (*xDestroy)(void*)
14312 void (*xDestroy)(void*)
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c6130 void(*xDestroy)(void*)
6142 void(*xDestroy)(void*)
7048 void(*xDestroy)(void*)
8015 int (*xDestroy)(sqlite3_vtab *pVTab); member
8293 void(*xDestroy)(void*) /* Module destructor function */
9835 void (*xDestroy)(sqlite3_pcache*); member
9856 void (*xDestroy)(sqlite3_pcache*); member
14605 void (*xDestroy)(void*)
14622 void (*xDestroy)(void*)
14633 void (*xDestroy)(void*)
[all …]
H A Dshell.c4317 pcacheBase.xDestroy(p); in pcachetraceDestroy()