Lines Matching full:error
10 * This file provides a location for all error handling. Users who
11 * need special error handling are expected to write replacement functions
29 /* This function is called whenever there is a fatal error. This function
31 * you should supply a replacement error function and use png_set_error_fn()
32 * to replace the error function at run-time.
82 /* This function is called whenever there is a non-fatal error. This function
114 /* These utilities are used internally to build an error message that relates
190 /* This is the default error handling function. Note that replacements for
193 * error function pointer in png_set_error_fn().
213 fprintf(stderr, "libpng error no. %s: %s\n", error_number,
217 fprintf(stderr, "libpng error: %s, offset=%d\n", error_message,offset);
221 fprintf(stderr, "libpng error: %s\n", error_message);
286 * of handling errors and warnings. Note that the error function MUST NOT