Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21312 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
56837 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
56840 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
57012 sqlite3GlobalConfig.pcache2.xUnpin(p->pCache->pCache, p->pPage, 0);
57044 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
57049 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );
57051 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
57054 if( sqlite3GlobalConfig.pcache2.xShutdown ){
57056 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
57107 pNew = sqlite3GlobalConfig.pcache2.xCreate(
[all …]