Searched refs:GETRINTERNAL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/lib/libc/db/recno/ |
| HD | rec_search.c | 79 r = GETRINTERNAL(h, idx); in __rec_search() 90 --GETRINTERNAL(h, (idx - 1))->nrecs; in __rec_search() 94 ++GETRINTERNAL(h, (idx - 1))->nrecs; in __rec_search() 110 --GETRINTERNAL(h, parent->index)->nrecs; in __rec_search() 112 ++GETRINTERNAL(h, parent->index)->nrecs; in __rec_search()
|
| /freebsd-head/lib/libc/db/btree/ |
| HD | bt_debug.c | 191 ri = GETRINTERNAL(h, cur); in __bt_dpage() 281 GETRINTERNAL(h, 0)->pgno : in __bt_stat()
|
| HD | bt_split.c | 630 src = GETRINTERNAL(h, nxt); in bt_psplit() 725 src = GETRINTERNAL(h, nxt); in bt_psplit() 796 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
|
| HD | btree.h | 153 #define GETRINTERNAL(pg, indx) \ macro
|