Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h5503 void(*xDestroy)(void*)
5515 void(*xDestroy)(void*)
6358 void(*xDestroy)(void*)
7323 int (*xDestroy)(sqlite3_vtab *pVTab); member
7597 void(*xDestroy)(void*) /* Module destructor function */
9106 void (*xDestroy)(sqlite3_pcache*); member
9127 void (*xDestroy)(sqlite3_pcache*); member
13394 void (*xDestroy)(void*)
13411 void (*xDestroy)(void*)
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c5816 void(*xDestroy)(void*)
5828 void(*xDestroy)(void*)
6671 void(*xDestroy)(void*)
7636 int (*xDestroy)(sqlite3_vtab *pVTab); member
7910 void(*xDestroy)(void*) /* Module destructor function */
9419 void (*xDestroy)(sqlite3_pcache*); member
9440 void (*xDestroy)(sqlite3_pcache*); member
13707 void (*xDestroy)(void*)
13724 void (*xDestroy)(void*)
17967 void (*xDestroy)(void *); member
[all …]
H A Dshell.c2780 pcacheBase.xDestroy(p); in pcachetraceDestroy()