Searched defs:PageHdr (Results 1 – 1 of 1) sorted by relevance
92 typedef struct PageHdr PageHdr; typedef169 struct PageHdr { struct170 Pgno rightChild; /* Child page that comes after all cells on this page */171 u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */172 u16 firstFree; /* Index in MemPage.u.aDisk[] of the first free block */
Completed in 14 milliseconds