Searched refs:P_TYPE (Results 1 – 5 of 5) sorted by relevance
78 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()93 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin()136 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()151 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
169 switch (rchild->flags & P_TYPE) { in __bt_split()222 switch (rchild->flags & P_TYPE) { in __bt_split()347 r->flags = h->flags & P_TYPE; in bt_page()382 l->flags = h->flags & P_TYPE; in bt_page()450 l->flags = r->flags = h->flags & P_TYPE; in bt_root()491 h->flags &= ~P_TYPE; in bt_rroot()531 switch (h->flags & P_TYPE) { in bt_broot()564 h->flags &= ~P_TYPE; in bt_broot()614 switch (h->flags & P_TYPE) { in bt_psplit()711 switch (h->flags & P_TYPE) { in bt_psplit()
179 switch (h->flags & P_TYPE) { in __bt_dpage()254 switch (h->flags & P_TYPE) { in __bt_stat()
78 #define P_TYPE 0x1f /* type mask */ macro
191 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open()192 F_CLR(h, P_TYPE); in __rec_open()