Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18210 PCache *pCache; /* PRIVATE: Cache that owns this page */ member
18320 SQLITE_PRIVATE void sqlite3PcacheIterateDirty(PCache *pCache, void (*xIter)(PgHdr *));
18368 SQLITE_PRIVATE int sqlite3PCacheIsDirty(PCache *pCache);
24406 VdbeTxtBlbCache *pCache; /* Cache of large TEXT or BLOB values */ member
56797 sqlite3_pcache *pCache; /* Pluggable cache module */ member
56827 static void pcacheDump(PCache *pCache){ argument
56833 if( pCache->pCache==0 ) return;
56834 N = sqlite3PcachePagecount(pCache);
56837 pLower = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, i, 0);
56840 sqlite3GlobalConfig.pcache2.xUnpin(pCache->pCache, pLower, 0);
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems179 >0 ubyte 0xf9 pCache: ext2/ext3 persistent cache