Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20131 sqlite3_pcache_methods2 pcache2; /* Low-level page-cache interface */ member
53952 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
53955 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
54127 sqlite3GlobalConfig.pcache2.xUnpin(p->pCache->pCache, p->pPage, 0);
54159 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
54164 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );
54166 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);
54169 if( sqlite3GlobalConfig.pcache2.xShutdown ){
54171 sqlite3GlobalConfig.pcache2.xShutdown(sqlite3GlobalConfig.pcache2.pArg);
54222 pNew = sqlite3GlobalConfig.pcache2.xCreate(
[all …]