Searched refs:GETRINTERNAL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/lib/libc/db/recno/ |
| D | rec_search.c | 83 r = GETRINTERNAL(h, idx); in __rec_search() 94 --GETRINTERNAL(h, (idx - 1))->nrecs; in __rec_search() 98 ++GETRINTERNAL(h, (idx - 1))->nrecs; in __rec_search() 114 --GETRINTERNAL(h, parent->index)->nrecs; in __rec_search() 116 ++GETRINTERNAL(h, parent->index)->nrecs; in __rec_search()
|
| /freebsd-9-stable/lib/libc/db/btree/ |
| D | bt_debug.c | 195 ri = GETRINTERNAL(h, cur); in __bt_dpage() 285 GETRINTERNAL(h, 0)->pgno : in __bt_stat()
|
| D | bt_split.c | 629 src = GETRINTERNAL(h, nxt); in bt_psplit() 724 src = GETRINTERNAL(h, nxt); in bt_psplit() 795 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
|
| D | btree.h | 154 #define GETRINTERNAL(pg, indx) \ macro
|