Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/btree/
H A Dbt_conv.c102 p = (char *)GETBLEAF(h, i); in __bt_pgin()
159 p = (char *)GETBLEAF(h, i); in __bt_pgout()
H A Dbt_utils.c72 bl = GETBLEAF(e->page, e->index); in __bt_ret()
167 bl = GETBLEAF(h, e->index); in __bt_cmp()
H A Dbt_split.c180 bl = GETBLEAF(rchild, 0); in __bt_split()
184 tbl = GETBLEAF(lchild, NEXTINDEX(lchild) - 1); in __bt_split()
540 bl = GETBLEAF(r, 0); in bt_broot()
631 src = bl = GETBLEAF(h, nxt); in bt_psplit()
727 src = bl = GETBLEAF(h, nxt); in bt_psplit()
H A Dbtree.h179 #define GETBLEAF(pg, indx) \ macro
H A Dbt_debug.c202 bl = GETBLEAF(h, cur); in __bt_dpage()
H A Dbt_delete.c480 to = bl = GETBLEAF(h, idx); in __bt_dleaf()