Home | History | Annotate | Download | only in libtests

Lines Matching refs:nerrors

638    int                nerrors;
730 ps->nerrors = ps->nwarnings = 0;
900 if (is_error ? (ps->nerrors)++ == 0 :
901 (ps->nwarnings)++ == 0 && ps->nerrors == 0)
1363 ++ps->nerrors;
1979 return !pm->log && !pm->this.verbose && (pm->this.nerrors > 0 ||
10496 (pm.this.nerrors || (pm.this.treat_warnings_as_errors &&
10528 if (pm.this.nerrors || (pm.this.treat_warnings_as_errors &&
10534 fprintf(stderr, "pngvalid: %d errors, %d warnings\n", pm.this.nerrors,