Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
6892 void (*xShutdown)(void*); member
6914 void (*xShutdown)(void*); member
H A 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);

Completed in 301 milliseconds