Home | History | Annotate | Download | only in orig

Lines Matching defs:nStep

173072   int nStep;                      /* Rows processed for current object */
175347 p->nStep = (pState ? pState->nRow : 0);
175831 RBU_STATE_ROW, p->nStep,
175972 p->nStep++;
175976 p->nStep = 0;
176008 if( p->nStep>=p->nFrame ){
176040 RbuFrame *pFrame = &p->aFrame[p->nStep];
176043 p->nStep++;
176044 }while( p->nStep<p->nFrame
176045 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector)
176103 p->nStep = pState->nRow;
176104 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
176326 p->nStep = 0;
176570 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame);
207395 "CREATE TABLE x(sql,ncol,ro,busy,nscan,nsort,naidx,nstep,"