Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:xShutdown

943 ** structures.  The xShutdown method is invoked (indirectly) by
946 ** xInit and xShutdown.
956 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
957 void *pAppData; /* Argument to xInit() and xShutdown() */
5053 ** implementation. The xShutdown() method is called from within
5149 void (*xShutdown)(void*);