Searched refs:pcache2 (Results 1 – 1 of 1) sorted by relevance
19978 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member53588 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);53591 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);53763 sqlite3GlobalConfig.pcache2.xUnpin(p->pCache->pCache, p->pPage, 0);53795 if( sqlite3GlobalConfig.pcache2.xInit==0 ){53800 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );53802 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);53805 if( sqlite3GlobalConfig.pcache2.xShutdown ){53807 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);53858 pNew = sqlite3GlobalConfig.pcache2.xCreate([all …]