Searched refs:PCache (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8798 typedef struct PCache PCache; typedef in typeref:struct:PCache
8820 PCache *pCache; /* Cache that owns this page */
8853 PCache *pToInit /* Preallocated space for the PCache */
8857 SQLITE_PRIVATE void sqlite3PcacheSetPageSize(PCache *, int);
8859 /* Return the size in bytes of a PCache object. Used to preallocate
8867 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
8873 SQLITE_PRIVATE void sqlite3PcacheCleanAll(PCache*); /* Mark all dirty list pages as clean */
8879 SQLITE_PRIVATE void sqlite3PcacheTruncate(PCache*, Pgn
35194 struct PCache { struct
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c13139 typedef struct PCache PCache; typedef in typeref:struct:PCache
13162 PCache *pCache; /* Cache that owns this page */
13169 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
13170 #define PGHDR_DIRTY 0x002 /* Page is on the PCache.pDirty list */
13198 PCache *pToInit /* Preallocated space for the PCache */
13202 SQLITE_PRIVATE int sqlite3PcacheSetPageSize(PCache *, int);
13204 /* Return the size in bytes of a PCache object. Used to preallocate
13212 SQLITE_PRIVATE sqlite3_pcache_page *sqlite3PcacheFetch(PCache*, Pgn
43531 struct PCache { struct
[all...]

Completed in 797 milliseconds