Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h5811 void(*xDestroy)(void*)
5823 void(*xDestroy)(void*)
6729 void(*xDestroy)(void*)
7696 int (*xDestroy)(sqlite3_vtab *pVTab); member
7974 void(*xDestroy)(void*) /* Module destructor function */
9516 void (*xDestroy)(sqlite3_pcache*); member
9537 void (*xDestroy)(sqlite3_pcache*); member
14298 void (*xDestroy)(void*)
14315 void (*xDestroy)(void*)
14326 void (*xDestroy)(void*)
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c6132 void(*xDestroy)(void*)
6144 void(*xDestroy)(void*)
7050 void(*xDestroy)(void*)
8017 int (*xDestroy)(sqlite3_vtab *pVTab); member
8295 void(*xDestroy)(void*) /* Module destructor function */
9837 void (*xDestroy)(sqlite3_pcache*); member
9858 void (*xDestroy)(sqlite3_pcache*); member
14619 void (*xDestroy)(void*)
14636 void (*xDestroy)(void*)
14647 void (*xDestroy)(void*)
[all …]
H A Dshell.c4317 pcacheBase.xDestroy(p); in pcachetraceDestroy()