Home
last modified time | relevance | path

Searched refs:P_RINTERNAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_debug.c163 X(P_RINTERNAL, "RINTERNAL") /* types */ in __bt_dpage()
190 case P_RINTERNAL: in __bt_dpage()
257 case P_RINTERNAL: in __bt_stat()
H A Dbt_split.c195 case P_RINTERNAL: in __bt_split()
241 case P_RINTERNAL: in __bt_split()
493 h->flags |= P_RINTERNAL; in bt_rroot()
629 case P_RINTERNAL: in bt_psplit()
724 case P_RINTERNAL: in bt_psplit()
H A Dbtree.h71 #define P_RINTERNAL 0x08 /* recno internal page */ macro