Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
8054 void (*xShutdown)(void*); member
8076 void (*xShutdown)(void*); member
H A Dsqlite3.c2684 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member
9093 void (*xShutdown)(void*); member
9115 void (*xShutdown)(void*); member
26651 if( sqlite3GlobalConfig.m.xShutdown ){
26652 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
48027 if( sqlite3GlobalConfig.pcache2.xShutdown ){
48029 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);

Completed in 561 milliseconds