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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4909 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
6233 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6254 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c5459 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
6783 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6804 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9886 void (*xDestroy)(void *); member in struct:FuncDestructor
9968 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 491 milliseconds