Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c99 typedef struct PageHdr PageHdr; typedef
176 struct PageHdr { struct
177 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 */