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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c99 typedef struct PageHdr PageHdr; typedef in typeref:struct:PageHdr
162 ** PageHdr.firstFree is 0 if there is no free space on this page.
163 ** Otherwise, PageHdr.firstFree is the index in MemPage.u.aDisk[] of a
167 ** Data is stored in a linked list of Cell structures. PageHdr.firstCell
174 ** right-most pointer of the page is contained in PageHdr.rightChild.
176 struct PageHdr { struct
220 #define MX_CELL ((SQLITE_USABLE_SIZE-sizeof(PageHdr))/MIN_CELL_SIZE)
226 #define USABLE_SPACE (SQLITE_USABLE_SIZE - sizeof(PageHdr))
331 PageHdr hd
[all...]

Completed in 50 milliseconds