Home
last modified time | relevance | path

Searched refs:xShutdown (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h1259 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6055 void (*xShutdown)(void*); member
Dsqlite3.c1812 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6608 void (*xShutdown)(void*); member
18305 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);
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.h1772 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
9024 void (*xShutdown)(void*); member
9046 void (*xShutdown)(void*); member
Dshell.c1871 memtraceBase.xShutdown(p); in memtraceShutdown()
1961 pcacheBase.xShutdown(pArg); in pcachetraceShutdown()
Dsqlite3.c2085 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
9337 void (*xShutdown)(void*); member
9359 void (*xShutdown)(void*); member
29956 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);