Searched defs:PageHdr (Results 1 – 1 of 1) sorted by relevance
99 typedef struct PageHdr PageHdr; typedef176 struct PageHdr { struct177 Pgno rightChild; /* Child page that comes after all cells on this page */178 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */179 u16 firstFree; /* Index in MemPage.u.aDisk[] of the first free block */