Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21290 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
56790 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
56793 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
56965 sqlite3GlobalConfig.pcache2.xUnpin(p->pCache->pCache, p->pPage, 0);
56997 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
57002 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );
57004 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
57007 if( sqlite3GlobalConfig.pcache2.xShutdown ){
57009 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
57060 pNew = sqlite3GlobalConfig.pcache2.xCreate(
[all …]