Lines Matching refs:nProgress
218344 i64 nProgress;
218508 int nProgress; /* Rows processed for all objects */
220849 pRet->nProgress = sqlite3_column_int64(pStmt, 1);
221680 RBU_STATE_PROGRESS, p->nProgress,
221796 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){
221820 p->nProgress++;
221850 p->nProgress++;
221898 p->nProgress++;
222167 p->nProgress = pState->nProgress;
222410 return pRbu->nProgress;
222422 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);