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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1232 ** structures. The xShutdown method is invoked (indirectly) by
1235 ** xInit and xShutdown.
1239 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1249 ** call to xShutdown().
1259 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1260 void *pAppData; /* Argument to xInit() and xShutdown() */
5937 ** [[the xShutdown() page cache method]]
5938 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
5941 ** ^The xShutdown() method may be NULL.
5945 ** xShutdown metho
6055 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1785 ** structures. The xShutdown method is invoked (indirectly) by
1788 ** xInit and xShutdown.
1792 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1802 ** call to xShutdown().
1812 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1813 void *pAppData; /* Argument to xInit() and xShutdown() */
6490 ** [[the xShutdown() page cache method]]
6491 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6494 ** ^The xShutdown() method may be NULL.
6498 ** xShutdown metho
6608 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]

Completed in 415 milliseconds