Home
last modified time | relevance | path

Searched refs:GETBLEAF (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libc/db/btree/
H A Dbt_conv.c99 p = (char *)GETBLEAF(h, i); in __bt_pgin()
156 p = (char *)GETBLEAF(h, i); in __bt_pgout()
H A Dbt_utils.c69 bl = GETBLEAF(e->page, e->index); in __bt_ret()
164 bl = GETBLEAF(h, e->index); in __bt_cmp()
H A Dbt_split.c177 bl = GETBLEAF(rchild, 0); in __bt_split()
181 tbl = GETBLEAF(lchild, NEXTINDEX(lchild) - 1); in __bt_split()
537 bl = GETBLEAF(r, 0); in bt_broot()
628 src = bl = GETBLEAF(h, nxt); in bt_psplit()
724 src = bl = GETBLEAF(h, nxt); in bt_psplit()
H A Dbtree.h178 #define GETBLEAF(pg, indx) \ macro
H A Dbt_debug.c199 bl = GETBLEAF(h, cur); in __bt_dpage()
H A Dbt_delete.c477 to = bl = GETBLEAF(h, idx); in __bt_dleaf()