Lines Matching full:xshutdown
1747 ** structures. The xShutdown method is invoked (indirectly) by
1750 ** xInit and xShutdown.
1754 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1764 ** call to xShutdown().
1774 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1775 void *pAppData; /* Argument to xInit() and xShutdown() */
8969 ** [[the xShutdown() page cache method]]
8970 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
8973 ** ^The xShutdown() method may be NULL.
8977 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
8982 ** call to xShutdown().
9097 void (*xShutdown)(void*);
9119 void (*xShutdown)(void*);