Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18189 PCache *pCache; /* PRIVATE: Cache that owns this page */ member
18299 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *));
18347 SQLITE_PRIVATE int sqlite3PCacheIsDirty(PCache *pCache);
24376 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */ member
56750 sqlite3_pcache *pCache; /* Pluggable cache module */ member
56780 static void pcacheDump(PCache *pCache){ argument
56786 if( pCache->pCache==0 ) return;
56787 N = sqlite3PcachePagecount(pCache);
56790 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
56793 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems179 >0 ubyte 0xf9 pCache: ext2/ext3 persistent cache