Searched defs:png_error (Results 1 - 7 of 7) sorted by relevance
/external/libpng/ |
H A D | pngerror.c | 39 png_error,(png_const_structrp png_ptr, png_const_charp error_message), 383 png_error(png_ptr, error_message); 397 png_error(png_ptr, error_message); 410 png_error(png_ptr, error_message); 485 png_error(png_ptr, error_message); 490 png_error(png_ptr, msg); 587 png_error(png_ptr, msg); 644 * this is a png_error because that makes it easy to detect. 646 png_error(png_ptr, "Libpng jmp_buf still allocated"); 943 /* Safely execute function(arg) with png_error returnin 38 PNG_FUNCTION(void,PNGAPI png_error,(png_const_structrp png_ptr, png_const_charp error_message), PNG_NORETURN) argument [all...] |
H A D | png.h | 456 * Otherwise the calls are mapped to png_error. 1808 PNG_EXPORTA(102, void, png_error, (png_const_structrp png_ptr, 1818 # define png_error(s1,s2) png_err(s1) macro 1854 # define png_benign_error png_error
|
/external/pdfium/third_party/lpng_v163/ |
H A D | pngerror.c | 38 png_error,(png_const_structrp png_ptr, png_const_charp error_message),
382 png_error(png_ptr, error_message);
392 png_error(png_ptr, error_message);
401 png_error(png_ptr, error_message);
471 png_error(png_ptr, error_message);
476 png_error(png_ptr, msg);
564 png_error(png_ptr, msg);
621 * this is a png_error because that makes it easy to detect.
623 png_error(png_ptr, "Libpng jmp_buf still allocated");
911 /* Safely execute function(arg) with png_error returnin 37 PNG_FUNCTION(void,PNGAPI png_error,(png_const_structrp png_ptr, png_const_charp error_message), PNG_NORETURN) argument [all...] |
H A D | pngpriv.h | 337 # define png_error(s1,s2) png_err(s1)
macro 642 * NOTE: this macro will raise a png_error if the range check fails,
852 * png_error (although that would be a bug in the application implementation.)
876 * handlers can't safely call png_error, but this is an obscure and undocumented
878 * call png_error.
1699 * By default these both result in a png_error call prior to release, while in a
1705 * (png_warning or png_error.)
1720 # define png_app_error(pp,s) png_error(pp,s)
1951 * of the function or as a result of a png_error.)
|
H A D | png.h | 507 #define png_error FOXIT_png_error macro 781 * Otherwise the calls are mapped to png_error. 2233 PNG_EXPORTA(102, void, png_error, (png_const_structrp png_ptr, 2274 # define png_benign_error png_error
|
/external/libpng/contrib/libtests/ |
H A D | tarith.c | 34 #define png_error png_warning macro 943 * definition for png_warning and png_error, seetings of VALIDATION:
|
/external/libpng/contrib/tools/ |
H A D | pngfix.c | 152 # define png_error(a,b) png_err(a) macro 907 #define LIBPNG_WARNING_CODE 1 /* generic png_error */ 908 #define LIBPNG_ERROR_CODE 2 /* generic png_error */ 3614 png_error(png_ptr, "OOM allocating info structure");
|
Completed in 339 milliseconds