Lines Matching full:xshutdown
1769 ** structures. The xShutdown method is invoked (indirectly) by
1772 ** xInit and xShutdown.
1776 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1786 ** call to xShutdown().
1796 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
1797 void *pAppData; /* Argument to xInit() and xShutdown() */
9183 ** [[the xShutdown() page cache method]]
9184 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
9187 ** ^The xShutdown() method may be NULL.
9191 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
9196 ** call to xShutdown().
9311 void (*xShutdown)(void*); member
9333 void (*xShutdown)(void*); member