Lines Matching refs:max_errorcount_
660 max_errorcount_ = 0; // Zero means no early exit.802 ARG_IVALUE("--max_errors", max_errorcount_);1744 if (max_errorcount_ != 0) {1746 if (errors > max_errorcount_) {