Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h1326 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6273 void (*xShutdown)(void*); member
6295 void (*xShutdown)(void*); member
Dsqlite3.c1876 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6823 void (*xShutdown)(void*); member
6845 void (*xShutdown)(void*); member
18794 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);
/external/sqlite/dist/orig/
Dsqlite3.h1326 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6273 void (*xShutdown)(void*); member
6295 void (*xShutdown)(void*); member
Dsqlite3.c1876 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6823 void (*xShutdown)(void*); member
6845 void (*xShutdown)(void*); member
18794 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);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h956 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
5149 void (*xShutdown)(void*); member