Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c39394 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
39400 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
39403 if( sqlite3GlobalConfig.pcache2.xShutdown ){
39405 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
39447 pNew = sqlite3GlobalConfig.pcache2.xCreate(
39454 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
39764 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
39874 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache);
39892 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
39901 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]

Completed in 347 milliseconds