Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/recno/
H A Drec_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()
/openbsd/lib/libc/db/btree/
H A Dbt_debug.c189 ri = GETRINTERNAL(h, cur); in __bt_dpage()
278 GETRINTERNAL(h, 0)->pgno : in __bt_stat()
H A Dbt_split.c625 src = GETRINTERNAL(h, nxt); in bt_psplit()
720 src = GETRINTERNAL(h, nxt); in bt_psplit()
791 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
H A Dbtree.h155 #define GETRINTERNAL(pg, indx) \ macro