Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/db/btree/
Dbt_debug.c222 X(P_RLEAF, "RLEAF") in __bt_dpage()
273 case P_RLEAF: in __bt_dpage()
323 case P_RLEAF: in __bt_stat()
338 if (h->flags & (P_BLEAF|P_RLEAF)) { in __bt_stat()
Dbt_seq.c193 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
217 if (h->flags & (P_BLEAF | P_RLEAF)) in __bt_seqset()
396 while (!(h->flags & (P_BLEAF | P_RLEAF))) { in __bt_rseq_next()
435 while (!(h->flags & (P_BLEAF | P_RLEAF))) { in __bt_rseq_prev()
Dbt_split.c210 case P_RLEAF: in __bt_split()
273 case P_RLEAF: in __bt_split()
506 l->flags & P_RLEAF ? NEXTINDEX(l) : rec_total(l), l->pgno); in bt_rroot()
511 r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno); in bt_rroot()
662 case P_RLEAF: in bt_psplit()
760 case P_RLEAF: in bt_psplit()
Dbtree.h78 #define P_RLEAF 0x10 /* leaf page */ macro
/netbsd/src/lib/libc/db/recno/
Drec_search.c82 if (h->flags & P_RLEAF) { in __rec_search()
Drec_open.c204 F_SET(h, P_RLEAF); in __rec_open()
/netbsd/src/tests/lib/libc/db/
Dh_db.c540 if ((h->flags & (P_BLEAF | P_RLEAF))) in unlinkpg()