Lines Matching refs:nStep
173114 int nStep; /* Rows processed for current object */
175391 p->nStep = (pState ? pState->nRow : 0);
175875 RBU_STATE_ROW, p->nStep,
176016 p->nStep++;
176020 p->nStep = 0;
176052 if( p->nStep>=p->nFrame ){
176084 RbuFrame *pFrame = &p->aFrame[p->nStep];
176087 p->nStep++;
176088 }while( p->nStep<p->nFrame
176089 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
176147 p->nStep = pState->nRow;
176148 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
176370 p->nStep = 0;
176614 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);