Lines Matching refs:xShutdown
1572 ** structures. The xShutdown method is invoked (indirectly) by
1575 ** xInit and xShutdown.
1579 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1589 ** call to xShutdown().
1599 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1600 void *pAppData; /* Argument to xInit() and xShutdown() */
7473 ** [[the xShutdown() page cache method]]
7474 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
7477 ** ^The xShutdown() method may be NULL.
7481 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
7486 ** call to xShutdown().
7601 void (*xShutdown)(void*);
7623 void (*xShutdown)(void*);