Home
last modified time | relevance | path

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

/netbsd/lib/libc/db/btree/
H A Dbt_split.c180 case P_BINTERNAL: in __bt_split()
236 case P_BINTERNAL: in __bt_split()
576 case P_BINTERNAL: in bt_broot()
593 h->flags |= P_BINTERNAL; in bt_broot()
647 case P_BINTERNAL: in bt_psplit()
748 case P_BINTERNAL: in bt_psplit()
H A Dbt_debug.c219 X(P_BINTERNAL, "BINTERNAL") /* types */ in __bt_dpage()
238 case P_BINTERNAL: in __bt_dpage()
317 case P_BINTERNAL: in __bt_stat()
H A Dbt_conv.c86 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()
146 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()
H A Dbtree.h74 #define P_BINTERNAL 0x01 /* btree internal page */ macro