Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/btree/
H A Dbtree.h183 #define NBLEAF(p) NBLEAFDBT((p)->ksize, (p)->dsize) macro
H A Dbt_split.c632 nbytes = NBLEAF(bl); in bt_psplit()
728 nbytes = NBLEAF(bl); in bt_psplit()
H A Dbt_delete.c488 nbytes = NBLEAF(bl); in __bt_dleaf()