Lines Matching refs:nProgress
216502 i64 nProgress;
216666 int nProgress; /* Rows processed for all objects */
219006 pRet->nProgress = sqlite3_column_int64(pStmt, 1);
219837 RBU_STATE_PROGRESS, p->nProgress,
219953 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){
219977 p->nProgress++;
220007 p->nProgress++;
220055 p->nProgress++;
220324 p->nProgress = pState->nProgress;
220567 return pRbu->nProgress;
220579 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);