Searched refs:xShutdown (Results 1 – 5 of 5) sorted by relevance
1259 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member6055 void (*xShutdown)(void*); member
1812 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member6608 void (*xShutdown)(void*); member18305 if( sqlite3GlobalConfig.m.xShutdown ){ in sqlite3MallocEnd()18306 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocEnd()35328 if( sqlite3GlobalConfig.pcache.xShutdown ){35330 sqlite3GlobalConfig.pcache.xShutdown(sqlite3GlobalConfig.pcache.pArg);
1772 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member9024 void (*xShutdown)(void*); member9046 void (*xShutdown)(void*); member
1871 memtraceBase.xShutdown(p); in memtraceShutdown()1961 pcacheBase.xShutdown(pArg); in pcachetraceShutdown()
2085 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member9337 void (*xShutdown)(void*); member9359 void (*xShutdown)(void*); member29956 if( sqlite3GlobalConfig.m.xShutdown ){ in sqlite3MallocEnd()29957 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocEnd()53805 if( sqlite3GlobalConfig.pcache2.xShutdown ){53807 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);