Lines Matching refs:nStep
169008 int nStep; /* Rows processed for current object */
171269 p->nStep = (pState ? pState->nRow : 0);
171753 RBU_STATE_ROW, p->nStep,
171894 p->nStep++;
171898 p->nStep = 0;
171930 if( p->nStep>=p->nFrame ){
171962 RbuFrame *pFrame = &p->aFrame[p->nStep];
171965 p->nStep++;
171966 }while( p->nStep<p->nFrame
171967 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
172025 p->nStep = pState->nRow;
172026 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
172247 p->nStep = 0;
172486 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);