Lines Matching defs:xShutdown
1741 ** structures. The xShutdown method is invoked (indirectly) by
1744 ** xInit and xShutdown.
1748 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1758 ** call to xShutdown().
1768 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1769 void *pAppData; /* Argument to xInit() and xShutdown() */
8741 ** [[the xShutdown() page cache method]]
8742 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
8745 ** ^The xShutdown() method may be NULL.
8749 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
8754 ** call to xShutdown().
8869 void (*xShutdown)(void*);
8891 void (*xShutdown)(void*);