Home
last modified time | relevance | path

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

/trueos/lib/libc/db/btree/
HDbt_split.c174 case P_BINTERNAL: in __bt_split()
227 case P_BINTERNAL: in __bt_split()
551 case P_BINTERNAL: in bt_broot()
568 h->flags |= P_BINTERNAL; in bt_broot()
618 case P_BINTERNAL: in bt_psplit()
715 case P_BINTERNAL: in bt_psplit()
HDbt_debug.c165 X(P_BINTERNAL, "BINTERNAL") /* types */ in __bt_dpage()
184 case P_BINTERNAL: in __bt_dpage()
260 case P_BINTERNAL: in __bt_stat()
HDbt_conv.c82 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()
140 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()
HDbtree.h69 #define P_BINTERNAL 0x01 /* btree internal page */ macro