Lines Matching refs:PAGE
161 } PAGE; typedef
164 #define LSN(p) (((PAGE *)p)->lsn)
165 #define PGNO(p) (((PAGE *)p)->pgno)
166 #define PREV_PGNO(p) (((PAGE *)p)->prev_pgno)
167 #define NEXT_PGNO(p) (((PAGE *)p)->next_pgno)
168 #define NUM_ENT(p) (((PAGE *)p)->entries)
169 #define HOFFSET(p) (((PAGE *)p)->hf_offset)
170 #define LEVEL(p) (((PAGE *)p)->level)
171 #define TYPE(p) (((PAGE *)p)->type)
213 #define P_OVERHEAD (SSZA(PAGE, inp))
222 #define P_ENTRY(pg, indx) ((u_int8_t *)pg + ((PAGE *)pg)->inp[indx])
243 #define OV_LEN(p) (((PAGE *)p)->hf_offset)
244 #define OV_REF(p) (((PAGE *)p)->entries)