Lines Matching refs:nStep
169768 int nStep; /* Rows processed for current object */
172029 p->nStep = (pState ? pState->nRow : 0);
172513 RBU_STATE_ROW, p->nStep,
172654 p->nStep++;
172658 p->nStep = 0;
172690 if( p->nStep>=p->nFrame ){
172722 RbuFrame *pFrame = &p->aFrame[p->nStep];
172725 p->nStep++;
172726 }while( p->nStep<p->nFrame
172727 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
172785 p->nStep = pState->nRow;
172786 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
173007 p->nStep = 0;
173246 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);