Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c48018 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
48024 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
48027 if( sqlite3GlobalConfig.pcache2.xShutdown ){
48029 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
48080 pNew = sqlite3GlobalConfig.pcache2.xCreate(
48087 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
48435 sqlite3GlobalConfig.pcache2.xDestroy(pCache->pCache);
48551 return sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache);
48569 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
48597 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
[all …]

Completed in 410 milliseconds