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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17085 PgHdr *pDirty; /* Transient list of dirty sorted by pgno */ member in struct:PgHdr
17106 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
17107 #define PGHDR_DIRTY 0x002 /* Page is on the PCache.pDirty list */
53901 PgHdr *pDirty, *pDirtyTail; /* List of dirty pages in LRU order */ member in struct:PCache
54766 PgHdr *pDirty; local
54789 PgHdr *pDirty; local
[all...]

Completed in 607 milliseconds