Home | History | Annotate | Download | only in dist

Lines Matching refs:xShutdown

1164 ** structures.  The xShutdown method is invoked (indirectly) by
1167 ** xInit and xShutdown.
1171 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1181 ** call to xShutdown().
1191 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1192 void *pAppData; /* Argument to xInit() and xShutdown() */
5632 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
5635 ** ^The xShutdown() method may be NULL.
5639 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5644 ** call to xShutdown().
5740 void (*xShutdown)(void*);