Lines Matching full:png_error
83 \fBvoid png_error (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fIerror\fP\fB);\fP
1218 Larger images will be rejected immediately with a png_error() call. If
1306 png_error (png_ptr,
1309 png_error (png_ptr,
3350 function will normally call png_error() if it receives a NULL from the
3393 Error handling in libpng is done through png_error() and png_warning().
3394 Errors handled through png_error() are fatal, meaning that png_error()
3402 By default png_error() and png_warning() print a message on stderr via