Lines Matching full:error
13 * This file provides a location for all error handling. Users who
14 * need special error handling are expected to write replacement functions
33 /* This function is called whenever there is a fatal error. This function
35 * you should supply a replacement error function and use png_set_error_fn()
36 * to replace the error function at run-time.
51 /* Strip "#nnnn " from beginning of error message. */
100 /* This function is called whenever there is a non-fatal error. This function
142 /* These utilities are used internally to build an error message that relates
233 /* This is the default error handling function. Note that replacements for
236 * error function pointer in png_set_error_fn().
245 /* Strip "#nnnn " from beginning of error message. */
257 fprintf(stderr, "libpng error no. %s: %s",
263 fprintf(stderr, "libpng error: %s, offset=%d",
271 fprintf(stderr, "libpng error: %s", error_message);
346 * of handling errors and warnings. Note that the error function MUST NOT