Lines Matching refs:nProgress
202007 i64 nProgress;
202171 int nProgress; /* Rows processed for all objects */
204509 pRet->nProgress = sqlite3_column_int64(pStmt, 1);
205349 RBU_STATE_PROGRESS, p->nProgress,
205465 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){
205489 p->nProgress++;
205519 p->nProgress++;
205567 p->nProgress++;
205834 p->nProgress = pState->nProgress;
206077 return pRbu->nProgress;
206089 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);