Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/db/recno/
Drec_search.c83 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/
Dbt_debug.c195 ri = GETRINTERNAL(h, cur); in __bt_dpage()
285 GETRINTERNAL(h, 0)->pgno : in __bt_stat()
Dbt_split.c629 src = GETRINTERNAL(h, nxt); in bt_psplit()
724 src = GETRINTERNAL(h, nxt); in bt_psplit()
795 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
Dbtree.h154 #define GETRINTERNAL(pg, indx) \ macro