Searched refs:nxtindex (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libc/db/btree/
H A Dbt_put.c67 indx_t idx, nxtindex; local
203 if (idx < (nxtindex = NEXTINDEX(h)))
205 (nxtindex - idx) * sizeof(indx_t));
H A Dbt_split.c81 indx_t nxtindex; local
213 if (skip < (nxtindex = NEXTINDEX(h)))
215 (nxtindex - skip) * sizeof(indx_t));
/openbsd-current/lib/libc/db/recno/
H A Drec_put.c185 indx_t idx, nxtindex; local
252 if (idx < (nxtindex = NEXTINDEX(h)))
254 (nxtindex - idx) * sizeof(indx_t));

Completed in 80 milliseconds