Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/btree/
H A Dbt_debug.c167 X(P_RLEAF, "RLEAF") in __bt_dpage()
218 case P_RLEAF: in __bt_dpage()
265 case P_RLEAF: in __bt_stat()
278 if (h->flags & (P_BLEAF|P_RLEAF)) { in __bt_stat()
H A Dbt_split.c199 case P_RLEAF: in __bt_split()
262 case P_RLEAF: in __bt_split()
485 l->flags & P_RLEAF ? NEXTINDEX(l) : rec_total(l), l->pgno); in bt_rroot()
490 r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno); in bt_rroot()
637 case P_RLEAF: in bt_psplit()
731 case P_RLEAF: in bt_psplit()
H A Dbt_seq.c181 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
202 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
H A Dbtree.h74 #define P_RLEAF 0x10 /* leaf page */ macro
/freebsd-14.2/lib/libc/db/recno/
H A Drec_search.c76 if (h->flags & P_RLEAF) { in __rec_search()
H A Drec_open.c197 F_SET(h, P_RLEAF); in __rec_open()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c555 if ((h->flags & (P_BLEAF | P_RLEAF))) in unlinkpg()