Searched refs:deloffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_rsearch.c69 db_indx_t adjust, deloffset, indx, top; local
163 deloffset = O_INDX;
166 deloffset = 0;
186 indx + deloffset)->type) &&
H A Dbt_search.c178 int adjust, cmp, deloffset, ret, set_stack, stack, t_ret; local
550 deloffset = TYPE(h) == P_LBTREE ? O_INDX : 0;
553 h, indx + deloffset)->type) && indx > 0 &&
558 h, indx + deloffset)->type) &&
567 if (B_DISSET(GET_BKEYDATA(dbp, h, indx + deloffset)->type)) {

Completed in 72 milliseconds