Searched refs:gd_error_ex (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_jpeg.c | 96 gd_error_ex(GD_WARNING, "gd-jpeg: JPEG library reports unrecoverable error: %s", buffer); in fatal_jpeg_error() 103 gd_error_ex(GD_ERROR, "gd-jpeg: EXTREMELY fatal error: longjmp returned control; terminating"); in fatal_jpeg_error() 105 gd_error_ex(GD_ERROR, "gd-jpeg: EXTREMELY fatal error: jmpbuf unrecoverable; terminating"); in fatal_jpeg_error() 250 …gd_error_ex(GD_WARNING, "gd_jpeg: warning: jpeg_write_scanlines returns %u -- expected 1", nlines); in gdImageJpegCtx() 277 …gd_error_ex(GD_WARNING, "gd_jpeg: warning: jpeg_write_scanlines returns %u -- expected 1", nlines); in gdImageJpegCtx() 378 …gd_error_ex(GD_WARNING, "gd-jpeg: warning: jpeg_read_header returned %d, expected %d", retval, JPE… in gdImageCreateFromJpegCtxEx() 435 …gd_error_ex(GD_WARNING, "gd-jpeg: error: JPEG color quantization request resulted in output_compon… in gdImageCreateFromJpegCtxEx() 442 …gd_error_ex(GD_WARNING, "gd-jpeg: error: JPEG color quantization request resulted in output_compon… in gdImageCreateFromJpegCtxEx() 455 gd_error_ex(GD_WARNING, "gd-jpeg: error: unexpected colorspace."); in gdImageCreateFromJpegCtxEx() 474 gd_error_ex(GD_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx() [all …]
|
H A D | gd_errors.h | 28 void gd_error_ex(int priority, const char *format, ...);
|
H A D | gd_png.c | 65 gd_error_ex(GD_WARNING, "gd-png: fatal libpng error: %s", msg); in gdPngErrorHandler() 69 gd_error_ex(GD_ERROR, "gd-png: EXTREMELY fatal error: jmpbuf unrecoverable; terminating."); in gdPngErrorHandler()
|
H A D | gd_gd2.c | 561 gd_error_ex(E_WARNING, "Error from seek: %d", errno); in gdImageCreateFromGd2PartCtx() 798 gd_error_ex(E_WARNING, "Error %d on write", errno); in _gdImageGd2()
|
H A D | gd_gif_in.c | 368 gd_error_ex(GD_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp); in GetDataBlock()
|
H A D | gd.c | 141 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex() function
|
Completed in 21 milliseconds