Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c20668 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
55262 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
55265 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
55437 sqlite3GlobalConfig.pcache2.xUnpin(p->pCache->pCache, p->pPage, 0);
55469 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
55474 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );
55476 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
55479 if( sqlite3GlobalConfig.pcache2.xShutdown ){
55481 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
55532 pNew = sqlite3GlobalConfig.pcache2.xCreate(
[all …]