Home
last modified time | relevance | path

Searched defs:PgHdr1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c56194 typedef struct PgHdr1 PgHdr1; typedef
56224 struct PgHdr1 { struct
56225 sqlite3_pcache_page page; /* Base class. Must be first. pBuf & pExtra */
56226 unsigned int iKey; /* Key value (page number) */
56227 u16 isBulkLocal; /* This page from bulk local storage */
56228 u16 isAnchor; /* This is the PGroup.lru element */
56229 PgHdr1 *pNext; /* Next in hash table chain */
56230 PCache1 *pCache; /* Cache that currently owns this page */
56231 PgHdr1 *pLruNext; /* Next in circular LRU list of unpinned pages */
56232 PgHdr1 *pLruPrev; /* Previous in LRU list of unpinned pages */