Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c97 typedef struct PageHdr PageHdr; typedef
174 struct PageHdr { struct
175 Pgno rightChild; /* Child page that comes after all cells on this page */
176 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */
177 u16 firstFree; /* Index in MemPage.u.aDisk[] of the first free block */