Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/btree/
H A Dbt_debug.c170 X(P_RLEAF, "RLEAF") in __bt_dpage()
221 case P_RLEAF: in __bt_dpage()
268 case P_RLEAF: in __bt_stat()
281 if (h->flags & (P_BLEAF|P_RLEAF)) { in __bt_stat()
H A Dbt_split.c202 case P_RLEAF: in __bt_split()
265 case P_RLEAF: in __bt_split()
488 l->flags & P_RLEAF ? NEXTINDEX(l) : rec_total(l), l->pgno); in bt_rroot()
493 r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno); in bt_rroot()
640 case P_RLEAF: in bt_psplit()
734 case P_RLEAF: in bt_psplit()
H A Dbt_seq.c184 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
205 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
H A Dbtree.h75 #define P_RLEAF 0x10 /* leaf page */ macro
/freebsd-13.1/lib/libc/db/recno/
H A Drec_search.c79 if (h->flags & P_RLEAF) { in __rec_search()
H A Drec_open.c200 F_SET(h, P_RLEAF); in __rec_open()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c555 if ((h->flags & (P_BLEAF | P_RLEAF))) in unlinkpg()