Home
last modified time | relevance | path

Searched refs:P_BINTERNAL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/db/btree/
HDbt_split.c171 case P_BINTERNAL: in __bt_split()
224 case P_BINTERNAL: in __bt_split()
548 case P_BINTERNAL: in bt_broot()
565 h->flags |= P_BINTERNAL; in bt_broot()
615 case P_BINTERNAL: in bt_psplit()
712 case P_BINTERNAL: in bt_psplit()
HDbt_debug.c162 X(P_BINTERNAL, "BINTERNAL") /* types */ in __bt_dpage()
181 case P_BINTERNAL: in __bt_dpage()
258 case P_BINTERNAL: in __bt_stat()
HDbt_conv.c79 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()
137 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()
HDbtree.h70 #define P_BINTERNAL 0x01 /* btree internal page */ macro