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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1026 ** structures. The xShutdown method is invoked (indirectly) by
1029 ** xInit and xShutdown.
1033 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1043 ** call to xShutdown().
1053 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1054 void *pAppData; /* Argument to xInit() and xShutdown() */
5200 ** ^The xShutdown() method is called from within [sqlite3_shutdown()],
5206 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5211 ** call to xShutdown().
5305 void (*xShutdown)(voi member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1550 ** structures. The xShutdown method is invoked (indirectly) by
1553 ** xInit and xShutdown.
1557 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1567 ** call to xShutdown().
1577 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1578 void *pAppData; /* Argument to xInit() and xShutdown() */
5724 ** ^The xShutdown() method is called from within [sqlite3_shutdown()],
5730 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5735 ** call to xShutdown().
5829 void (*xShutdown)(voi member in struct:sqlite3_pcache_methods
[all...]

Completed in 239 milliseconds