Lines Matching refs:nStep
169020 int nStep; /* Rows processed for current object */
171281 p->nStep = (pState ? pState->nRow : 0);
171765 RBU_STATE_ROW, p->nStep,
171906 p->nStep++;
171910 p->nStep = 0;
171942 if( p->nStep>=p->nFrame ){
171974 RbuFrame *pFrame = &p->aFrame[p->nStep];
171977 p->nStep++;
171978 }while( p->nStep<p->nFrame
171979 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
172037 p->nStep = pState->nRow;
172038 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
172259 p->nStep = 0;
172498 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);