Home | History | Annotate | Download | only in dist

Lines Matching defs:nStep

159128   int nStep;                      /* Rows processed for current object */
161122 p->nStep = (pState ? pState->nRow : 0);
161543 RBU_STATE_ROW, p->nStep,
161588 p->nStep++;
161592 p->nStep = 0;
161624 if( p->nStep>=p->nFrame ){
161644 RbuFrame *pFrame = &p->aFrame[p->nStep];
161646 p->nStep++;
161786 p->nStep = pState->nRow;
161787 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
161901 p->nStep = 0;