Home | History | Annotate | Download | only in dist

Lines Matching defs:nStep

173084   int nStep;                      /* Rows processed for current object */
175359 p->nStep = (pState ? pState->nRow : 0);
175843 RBU_STATE_ROW, p->nStep,
175984 p->nStep++;
175988 p->nStep = 0;
176020 if( p->nStep>=p->nFrame ){
176052 RbuFrame *pFrame = &p->aFrame[p->nStep];
176055 p->nStep++;
176056 }while( p->nStep<p->nFrame
176057 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
176115 p->nStep = pState->nRow;
176116 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
176338 p->nStep = 0;
176582 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);
207407 "CREATE TABLE x(sql,ncol,ro,busy,nscan,nsort,naidx,nstep,"