Searched refs:xShutdown (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1264 ** structures. The xShutdown method is invoked (indirectly) by
1267 ** xInit and xShutdown.
1271 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1281 ** call to xShutdown().
1291 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1292 void *pAppData; /* Argument to xInit() and xShutdown() */
6096 ** [[the xShutdown() page cache method]]
6097 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6100 ** ^The xShutdown() method may be NULL.
6104 ** xShutdown metho
6224 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6246 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1814 ** structures. The xShutdown method is invoked (indirectly) by
1817 ** xInit and xShutdown.
1821 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1831 ** call to xShutdown().
1841 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1842 void *pAppData; /* Argument to xInit() and xShutdown() */
6646 ** [[the xShutdown() page cache method]]
6647 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6650 ** ^The xShutdown() method may be NULL.
6654 ** xShutdown metho
6774 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6796 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]

Completed in 319 milliseconds