Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c17567 PCache *pCache; /* PRIVATE: Cache that owns this page */ member
17677 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *));
17725 SQLITE_PRIVATE int sqlite3PCacheIsDirty(PCache *pCache);
23715 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */ member
55222 sqlite3_pcache *pCache; /* Pluggable cache module */ member
55252 static void pcacheDump(PCache *pCache){
55258 if( pCache->pCache==0 ) return;
55259 N = sqlite3PcachePagecount(pCache);
55262 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
55265 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
[all …]
/src/contrib/file/magic/Magdir/
H A Dfilesystems179 >0 ubyte 0xf9 pCache: ext2/ext3 persistent cache