Home | History | Annotate | Download | only in tools

Lines Matching defs:errors

693    unsigned int   errors        :1; /* print file errors to stderr */
716 # define INTERNAL_ERROR 0x40 /* internal limits/errors encountered */
744 global->errors = 0;
890 /* Two pointers used to enable clean-up in the event of fatal errors and to
1089 /* Like emit_error but checks the global 'errors' flag */
1091 if (file->global->errors)
1100 * to help in finding internal (programming) errors. Note that the code only
1140 * finding errors in the previous chunks. We know that is happening because
1194 if (file->global->errors)
1615 /* This may return png_IDAT for errors
2078 if (zlib->global->errors)
2269 * Bytes are always being reread and errors are fatal. The return code is as
2540 * this check if errors are being output.
2542 if (zlib->global->errors && zlib->extra_bytes == 0)
3725 " --errors (-e):",
3726 " Output errors from libpng and the program (except too-far-back).",
3759 " Errors less than 16 are potentially recoverable, for a single file if the",
3772 " checks each PNG file on the command line for errors. By default errors are",
3775 " program only outputs unexpected errors (internal errors and file open",
3776 " errors).",
3785 " is also fixed. Chunk CRC errors are automatically fixed up.",
3818 " OK : No errors were detected in the zlib stream and optimization",
3877 global.errors = global.warnings = 1;
3931 else if (strcmp(*argv, "--errors") == 0 || strcmp(*argv, "-e") == 0)
3932 global.errors = 1;