Lines Matching defs:nProgress
209034 i64 nProgress;
209157 ** permyriadage = (10000 * nProgress) / nPhaseOneStep
209198 int nProgress; /* Rows processed for all objects */
211538 pRet->nProgress = sqlite3_column_int64(pStmt, 1);
212353 RBU_STATE_PROGRESS, p->nProgress,
212469 if( rbuIsVacuum(p) && p->nProgress==0 && p->rc==SQLITE_OK ){
212493 p->nProgress++;
212523 p->nProgress++;
212571 p->nProgress++;
212839 p->nProgress = pState->nProgress;
213082 return pRbu->nProgress;
213094 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep);