Searched defs:_page (Results 1 – 2 of 2) sorted by relevance
49 struct _page { struct55 typedef struct _page PAGE; argument
80 typedef struct _page { struct81 db_pgno_t pgno; /* this page's page number */82 db_pgno_t prevpg; /* left sibling */83 db_pgno_t nextpg; /* right sibling */92 u_int32_t flags;94 indx_t lower; /* lower bound of free space on page */95 indx_t upper; /* upper bound of free space on page */96 indx_t linp[1]; /* indx_t-aligned VAR. LENGTH DATA */