Home
last modified time | relevance | path

Searched refs:P_RLEAF (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_debug.c164 X(P_RLEAF, "RLEAF") in __bt_dpage()
215 case P_RLEAF: in __bt_dpage()
262 case P_RLEAF: in __bt_stat()
275 if (h->flags & (P_BLEAF|P_RLEAF)) { in __bt_stat()
H A Dbt_split.c196 case P_RLEAF: in __bt_split()
259 case P_RLEAF: in __bt_split()
482 l->flags & P_RLEAF ? NEXTINDEX(l) : rec_total(l), l->pgno); in bt_rroot()
487 r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno); in bt_rroot()
634 case P_RLEAF: in bt_psplit()
728 case P_RLEAF: in bt_psplit()
H A Dbt_seq.c178 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
199 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
H A Dbtree.h72 #define P_RLEAF 0x10 /* leaf page */ macro
/freebsd/lib/libc/db/recno/
H A Drec_search.c73 if (h->flags & P_RLEAF) { in __rec_search()
H A Drec_open.c194 F_SET(h, P_RLEAF); in __rec_open()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c555 if ((h->flags & (P_BLEAF | P_RLEAF))) in unlinkpg()