Lines Matching refs:nProgress
170438 int nProgress;
170441 nProgress = 0;
170457 nProgress++;
170461 }while( nDone<nTo && nProgress>0 );
221499 i64 nProgress;
221684 sqlite3_int64 nProgress; /* Rows processed for all objects */
224026 pRet->nProgress = sqlite3_column_int64(pStmt, 1);
224859 RBU_STATE_PROGRESS, p->nProgress,
224975 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){
224999 p->nProgress++;
225029 p->nProgress++;
225077 p->nProgress++;
225347 p->nProgress = pState->nProgress;
225590 return pRbu->nProgress;
225602 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);