Home | History | Annotate | Download | only in libtests

Lines Matching defs:nerrors

759    int                nerrors;
851 ps->nerrors = ps->nwarnings = 0;
1021 if (is_error ? (ps->nerrors)++ == 0 :
1022 (ps->nwarnings)++ == 0 && ps->nerrors == 0)
1487 ++ps->nerrors;
2119 return !pm->log && !pm->this.verbose && (pm->this.nerrors > 0 ||
11761 (pm.this.nerrors || (pm.this.treat_warnings_as_errors &&
11793 if (pm.this.nerrors || (pm.this.treat_warnings_as_errors &&
11799 fprintf(stderr, "pngvalid: %d errors, %d warnings\n", pm.this.nerrors,