Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbtree.h180 #define NBLEAF(p) NBLEAFDBT((p)->ksize, (p)->dsize) macro
H A Dbt_split.c626 nbytes = NBLEAF(bl); in bt_psplit()
722 nbytes = NBLEAF(bl); in bt_psplit()
H A Dbt_delete.c482 nbytes = NBLEAF(bl); in __bt_dleaf()