Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6892 void (*xShutdown)(void*); member
6914 void (*xShutdown)(void*); member
Dsqlite3.c1678 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
7099 void (*xShutdown)(void*); member
7121 void (*xShutdown)(void*); member
20733 if( sqlite3GlobalConfig.m.xShutdown ){
20734 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
39421 if( sqlite3GlobalConfig.pcache2.xShutdown ){
39423 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
/external/sqlite/dist/orig/
Dsqlite3.h1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6892 void (*xShutdown)(void*); member
6914 void (*xShutdown)(void*); member
Dsqlite3.c1678 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
7099 void (*xShutdown)(void*); member
7121 void (*xShutdown)(void*); member
20733 if( sqlite3GlobalConfig.m.xShutdown ){
20734 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
39403 if( sqlite3GlobalConfig.pcache2.xShutdown ){
39405 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);