Searched refs:xShutdown (Results 1 – 5 of 5) sorted by relevance
1326 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member6273 void (*xShutdown)(void*); member6295 void (*xShutdown)(void*); member
1876 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member6823 void (*xShutdown)(void*); member6845 void (*xShutdown)(void*); member18794 if( sqlite3GlobalConfig.m.xShutdown ){ in sqlite3MallocEnd()18795 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocEnd()36403 if( sqlite3GlobalConfig.pcache2.xShutdown ){36405 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
1876 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member6823 void (*xShutdown)(void*); member6845 void (*xShutdown)(void*); member18794 if( sqlite3GlobalConfig.m.xShutdown ){ in sqlite3MallocEnd()18795 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocEnd()36375 if( sqlite3GlobalConfig.pcache2.xShutdown ){36377 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
956 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member5149 void (*xShutdown)(void*); member