Searched defs:xDestroy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.h6785 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
8523 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
8544 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c7848 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
9586 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
9607 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
17280 void (*xDestroy)(void *); member in struct:FuncDestructor
17471 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 498 milliseconds