nxt               626 libdb/bt_split.c 	indx_t full, half, nxt, off, skip, top, used;
nxt               641 libdb/bt_split.c 	for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
nxt               648 libdb/bt_split.c 				src = bi = GETBINTERNAL(h, nxt);
nxt               653 libdb/bt_split.c 				src = bl = GETBLEAF(h, nxt);
nxt               658 libdb/bt_split.c 				src = GETRINTERNAL(h, nxt);
nxt               663 libdb/bt_split.c 				src = rl = GETRLEAF(h, nxt);
nxt               678 libdb/bt_split.c 		    used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) {
nxt               685 libdb/bt_split.c 			++nxt;
nxt               717 libdb/bt_split.c 		if (c->pg.index < nxt)			/* Left page. */
nxt               721 libdb/bt_split.c 			c->pg.index -= nxt;
nxt               735 libdb/bt_split.c 		*pskip -= nxt;
nxt               738 libdb/bt_split.c 	for (off = 0; nxt < top; ++off) {
nxt               739 libdb/bt_split.c 		if (skip == nxt) {
nxt               745 libdb/bt_split.c 			src = bi = GETBINTERNAL(h, nxt);
nxt               749 libdb/bt_split.c 			src = bl = GETBLEAF(h, nxt);
nxt               753 libdb/bt_split.c 			src = GETRINTERNAL(h, nxt);
nxt               757 libdb/bt_split.c 			src = rl = GETRLEAF(h, nxt);
nxt               763 libdb/bt_split.c 		++nxt;
nxt               824 libdb/bt_split.c 	indx_t nxt, top;
nxt               826 libdb/bt_split.c 	for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
nxt               827 libdb/bt_split.c 		recs += GETRINTERNAL(h, nxt)->nrecs;