Home | History | Annotate | Download | only in tools

Lines Matching defs:ERRORS

124    ERRORS,         /* just errors */
135 #define STRICT 0x010 /* Fail on warnings as well as errors */
137 #define CONTINUE 0x040 /* Continue on APP_FAIL errors */
155 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)
294 S(errors, ERRORS)
438 png_uint_32 results; /* A mask of errors seen */
613 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
630 /* Errors cause this routine to exit to the fail code */
631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE)))
1619 /* Non-existence is fine, other errors are not: */
2297 if (ret < ERRORS) /* shouldn't longjmp on warnings */
2332 int errors = 0;
2386 ++errors;
2443 return errors != 0;