Lines Matching refs:png_error
720 Removed "else" from pngread.c, after png_error(), and changed "0" to "length".
973 Eliminated the png_error about apps using png_read|write_init(). Instead,
1180 Plugged memory leak of row_buf in pngtest.c when there is a png_error().
1190 Changed png_warning() to png_error() when width is too large to process.
1197 Changed png_error() to png_warning() about "Too much data" in pngpread.c
1253 Allowed png_error() and png_warning() to work even if png_ptr == NULL
1290 Changed sPLT failure action from png_error to png_warning and abandon chunk.
1291 Changed sCAL and iCCP failures from png_error to png_warning and abandon.
1300 png_error() according to setting of PNG_FLAG_MALLOC_NULL_MEM_OK.
1877 Issue a png_error() if application attempts to transform a row tht
2666 Return allocated "old_buffer" in png_push_save_buffer() before png_error()