Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h5698 void(*xDestroy)(void*)
5710 void(*xDestroy)(void*)
6563 void(*xDestroy)(void*)
7530 int (*xDestroy)(sqlite3_vtab *pVTab); member
7808 void(*xDestroy)(void*) /* Module destructor function */
9320 void (*xDestroy)(sqlite3_pcache*); member
9341 void (*xDestroy)(sqlite3_pcache*); member
13724 void (*xDestroy)(void*)
13741 void (*xDestroy)(void*)
13752 void (*xDestroy)(void*)
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c6017 void(*xDestroy)(void*)
6029 void(*xDestroy)(void*)
6882 void(*xDestroy)(void*)
7849 int (*xDestroy)(sqlite3_vtab *pVTab); member
8127 void(*xDestroy)(void*) /* Module destructor function */
9639 void (*xDestroy)(sqlite3_pcache*); member
9660 void (*xDestroy)(sqlite3_pcache*); member
14043 void (*xDestroy)(void*)
14060 void (*xDestroy)(void*)
14071 void (*xDestroy)(void*)
[all …]
H A Dshell.c2278 pcacheBase.xDestroy(p); in pcachetraceDestroy()