nxt 620 libdb/bt_split.c indx_t full, half, nxt, off, skip, top, used; nxt 635 libdb/bt_split.c for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) { nxt 642 libdb/bt_split.c src = bi = GETBINTERNAL(h, nxt); nxt 647 libdb/bt_split.c src = bl = GETBLEAF(h, nxt); nxt 652 libdb/bt_split.c src = GETRINTERNAL(h, nxt); nxt 657 libdb/bt_split.c src = rl = GETRLEAF(h, nxt); nxt 672 libdb/bt_split.c used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) { nxt 679 libdb/bt_split.c ++nxt; nxt 711 libdb/bt_split.c if (c->pg.index < nxt) /* Left page. */ nxt 715 libdb/bt_split.c c->pg.index -= nxt; nxt 729 libdb/bt_split.c *pskip -= nxt; nxt 732 libdb/bt_split.c for (off = 0; nxt < top; ++off) { nxt 733 libdb/bt_split.c if (skip == nxt) { nxt 739 libdb/bt_split.c src = bi = GETBINTERNAL(h, nxt); nxt 743 libdb/bt_split.c src = bl = GETBLEAF(h, nxt); nxt 747 libdb/bt_split.c src = GETRINTERNAL(h, nxt); nxt 751 libdb/bt_split.c src = rl = GETRLEAF(h, nxt); nxt 757 libdb/bt_split.c ++nxt; nxt 816 libdb/bt_split.c indx_t nxt, top; nxt 818 libdb/bt_split.c for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) nxt 819 libdb/bt_split.c recs += GETRINTERNAL(h, nxt)->nrecs;