Home
last modified time | relevance | path

Searched refs:GETRINTERNAL (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/lib/libc/db/recno/
HDrec_search.c79 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/
HDbt_debug.c191 ri = GETRINTERNAL(h, cur); in __bt_dpage()
281 GETRINTERNAL(h, 0)->pgno : in __bt_stat()
HDbt_split.c630 src = GETRINTERNAL(h, nxt); in bt_psplit()
725 src = GETRINTERNAL(h, nxt); in bt_psplit()
796 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
HDbtree.h153 #define GETRINTERNAL(pg, indx) \ macro