Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h1599 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
7601 void (*xShutdown)(void*); member
7623 void (*xShutdown)(void*); member
Dsqlite3.c2623 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
8625 void (*xShutdown)(void*); member
8647 void (*xShutdown)(void*); member
25280 if( sqlite3GlobalConfig.m.xShutdown ){
25281 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
45462 if( sqlite3GlobalConfig.pcache2.xShutdown ){
45464 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
/external/sqlite/dist/orig/
Dsqlite3.h1599 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
7601 void (*xShutdown)(void*); member
7623 void (*xShutdown)(void*); member
Dsqlite3.c2623 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
8625 void (*xShutdown)(void*); member
8647 void (*xShutdown)(void*); member
25280 if( sqlite3GlobalConfig.m.xShutdown ){
25281 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
45446 if( sqlite3GlobalConfig.pcache2.xShutdown ){
45448 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);