Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_split.c169 case P_BINTERNAL: in __bt_split()
222 case P_BINTERNAL: in __bt_split()
547 case P_BINTERNAL: in bt_broot()
564 h->flags |= P_BINTERNAL; in bt_broot()
614 case P_BINTERNAL: in bt_psplit()
711 case P_BINTERNAL: in bt_psplit()
H A Dbt_debug.c159 X(P_BINTERNAL, "BINTERNAL") /* types */ in __bt_dpage()
178 case P_BINTERNAL: in __bt_dpage()
253 case P_BINTERNAL: in __bt_stat()
H A Dbt_conv.c76 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()
134 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()
H A Dbtree.h70 #define P_BINTERNAL 0x01 /* btree internal page */ macro