Home
last modified time | relevance | path

Searched refs:P_TYPE (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libc/db/btree/
Dbt_conv.c78 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()
Dbt_split.c169 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()
Dbt_debug.c179 switch (h->flags & P_TYPE) { in __bt_dpage()
254 switch (h->flags & P_TYPE) { in __bt_stat()
Dbtree.h78 #define P_TYPE 0x1f /* type mask */ macro
/mirbsd/src/lib/libc/db/recno/
Drec_open.c191 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open()
192 F_CLR(h, P_TYPE); in __rec_open()