Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/btree/
HDbt_conv.c97 p = (char *)GETBLEAF(h, i); in __bt_pgin()
154 p = (char *)GETBLEAF(h, i); in __bt_pgout()
HDbt_split.c176 bl = GETBLEAF(rchild, 0); in __bt_split()
180 tbl = GETBLEAF(lchild, NEXTINDEX(lchild) - 1); in __bt_split()
533 bl = GETBLEAF(r, 0); in bt_broot()
621 src = bl = GETBLEAF(h, nxt); in bt_psplit()
717 src = bl = GETBLEAF(h, nxt); in bt_psplit()
HDbt_utils.c67 bl = GETBLEAF(e->page, e->index); in __bt_ret()
162 bl = GETBLEAF(h, e->index); in __bt_cmp()
HDbtree.h179 #define GETBLEAF(pg, indx) \ macro
HDbt_debug.c197 bl = GETBLEAF(h, cur); in __bt_dpage()
HDbt_delete.c475 to = bl = GETBLEAF(h, idx); in __bt_dleaf()