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

/netbsd-current/lib/libc/db/recno/
H A Drec_put.c198 indx_t idx, nxtindex; local
268 if (idx < (nxtindex = NEXTINDEX(h)))
270 (nxtindex - idx) * sizeof(indx_t));
/netbsd-current/lib/libc/db/btree/
H A Dbt_put.c76 indx_t idx, nxtindex; local
212 if (idx < (nxtindex = NEXTINDEX(h)))
214 (nxtindex - idx) * sizeof(indx_t));
H A Dbt_split.c90 indx_t nxtindex; local
227 if (skip < (nxtindex = NEXTINDEX(h)))
229 (nxtindex - skip) * sizeof(indx_t));

Completed in 220 milliseconds