Lines Matching refs:png_warning
975 Change png_chunk_warning to png_warning in png_check_keyword().
1120 Replaced calls to fprintf(stderr,...) with png_warning() in pnggccrd.c
1124 Changed a png_warning() to png_debug() in pnggccrd.c
1331 Changed png_warning() to png_error() when width is too large to process.
1340 Changed png_error() to png_warning() about "Too much data" in pngpread.c
1347 Only issue png_warning() about "Too much data" in pngpread.c when avail_in
1403 Allowed png_error() and png_warning() to work even if png_ptr == NULL
1441 Changed sPLT failure action from png_error to png_warning and abandon chunk.
1442 Changed sCAL and iCCP failures from png_error to png_warning and abandon.
1446 Made png_zalloc() issue a png_warning and return NULL on potential
2190 Revised png_warning() to write its message on standard output by default
2787 Combined multiple png_warning() calls for a single error.
2814 Moved replacements for png_error() and png_warning() from the
3354 internal APIs to allow png_warning messages to have parameters without
3581 Changed png_chunk_benign_error() to png_warning() in png.c, in
4051 If the call to deflateInit2() is wrong a png_warning will be issued
4069 Issue a png_benign_error() instead of png_warning() about bad palette index.
4324 Change png_warning() to png_app_error() in pngwrite.c and comment the
4326 Change png_warning() to png_app_warning() in png_write_tRNS().
4845 Moved redefines of png_error(), png_warning(), png_chunk_error(),