Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h3736 void(*xDestroy)(void*)
4173 void(*xDestroy)(void*)
4779 int (*xDestroy)(sqlite3_vtab *pVTab); member
4934 void(*xDestroy)(void*) /* Module destructor function */
6063 void (*xDestroy)(sqlite3_pcache*); member
Dsqlite3ext.h157 …int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
201 …ep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*),void(*xDestroy)(void*));
Dsqlite3.c4289 void(*xDestroy)(void*)
4726 void(*xDestroy)(void*)
5332 int (*xDestroy)(sqlite3_vtab *pVTab); member
5487 void(*xDestroy)(void*) /* Module destructor function */
6616 void (*xDestroy)(sqlite3_pcache*); member
9655 void (*xDestroy)(void *); member
9737 void (*xDestroy)(void *); /* Module destructor function */ member
35369 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
35621 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
89049 …int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.h5482 void(*xDestroy)(void*)
5494 void(*xDestroy)(void*)
6294 void(*xDestroy)(void*)
7253 int (*xDestroy)(sqlite3_vtab *pVTab); member
7527 void(*xDestroy)(void*) /* Module destructor function */
9033 void (*xDestroy)(sqlite3_pcache*); member
9054 void (*xDestroy)(sqlite3_pcache*); member
13226 void (*xDestroy)(void*)
13243 void (*xDestroy)(void*)
Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
Dsqlite3.c5795 void(*xDestroy)(void*)
5807 void(*xDestroy)(void*)
6607 void(*xDestroy)(void*)
7566 int (*xDestroy)(sqlite3_vtab *pVTab); member
7840 void(*xDestroy)(void*) /* Module destructor function */
9346 void (*xDestroy)(sqlite3_pcache*); member
9367 void (*xDestroy)(sqlite3_pcache*); member
13539 void (*xDestroy)(void*)
13556 void (*xDestroy)(void*)
17771 void (*xDestroy)(void *); member
[all …]
Dshell.c2042 pcacheBase.xDestroy(p); in pcachetraceDestroy()