Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/btree/
H A Dbtree.h182 #define NBLEAF(p) NBLEAFDBT((p)->ksize, (p)->dsize) macro
H A Dbt_split.c629 nbytes = NBLEAF(bl); in bt_psplit()
725 nbytes = NBLEAF(bl); in bt_psplit()
H A Dbt_delete.c485 nbytes = NBLEAF(bl); in __bt_dleaf()