Lines Matching refs:nxt
598 indx_t full, half, nxt, off, skip, top, used; in bt_psplit() local
613 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) { in bt_psplit()
620 src = bi = GETBINTERNAL(h, nxt); in bt_psplit()
625 src = bl = GETBLEAF(h, nxt); in bt_psplit()
630 src = GETRINTERNAL(h, nxt); in bt_psplit()
635 src = rl = GETRLEAF(h, nxt); in bt_psplit()
650 nxt == top - 1) { in bt_psplit()
657 ++nxt; in bt_psplit()
689 if (c->pg.index < nxt) /* Left page. */ in bt_psplit()
693 c->pg.index -= nxt; in bt_psplit()
707 *pskip -= nxt; in bt_psplit()
710 for (off = 0; nxt < top; ++off) { in bt_psplit()
711 if (skip == nxt) { in bt_psplit()
717 src = bi = GETBINTERNAL(h, nxt); in bt_psplit()
721 src = bl = GETBLEAF(h, nxt); in bt_psplit()
725 src = GETRINTERNAL(h, nxt); in bt_psplit()
729 src = rl = GETRLEAF(h, nxt); in bt_psplit()
735 ++nxt; in bt_psplit()
793 indx_t nxt, top; in rec_total() local
795 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) in rec_total()
796 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()