Searched refs:GETBLEAF (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/lib/libc/db/btree/ |
| HD | bt_conv.c | 97 p = (char *)GETBLEAF(h, i); in __bt_pgin() 154 p = (char *)GETBLEAF(h, i); in __bt_pgout()
|
| HD | bt_split.c | 176 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()
|
| HD | bt_utils.c | 67 bl = GETBLEAF(e->page, e->index); in __bt_ret() 162 bl = GETBLEAF(h, e->index); in __bt_cmp()
|
| HD | btree.h | 179 #define GETBLEAF(pg, indx) \ macro
|
| HD | bt_debug.c | 197 bl = GETBLEAF(h, cur); in __bt_dpage()
|
| HD | bt_delete.c | 475 to = bl = GETBLEAF(h, idx); in __bt_dleaf()
|