Home
last modified time | relevance | path

Searched refs:gd_error_ex (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_jpeg.c94 gd_error_ex(GD_WARNING, "gd-jpeg: JPEG library reports unrecoverable error: %s", buffer); in fatal_jpeg_error()
101 gd_error_ex(GD_ERROR, "gd-jpeg: EXTREMELY fatal error: longjmp returned control; terminating"); in fatal_jpeg_error()
103 gd_error_ex(GD_ERROR, "gd-jpeg: EXTREMELY fatal error: jmpbuf unrecoverable; terminating"); in fatal_jpeg_error()
253gd_error_ex(GD_WARNING, "gd_jpeg: warning: jpeg_write_scanlines returns %u -- expected 1", nlines); in _gdImageJpegCtx()
280gd_error_ex(GD_WARNING, "gd_jpeg: warning: jpeg_write_scanlines returns %u -- expected 1", nlines); in _gdImageJpegCtx()
381gd_error_ex(GD_WARNING, "gd-jpeg: warning: jpeg_read_header returned %d, expected %d", retval, JPE… in gdImageCreateFromJpegCtxEx()
438gd_error_ex(GD_WARNING, "gd-jpeg: error: JPEG color quantization request resulted in output_compon… in gdImageCreateFromJpegCtxEx()
445gd_error_ex(GD_WARNING, "gd-jpeg: error: JPEG color quantization request resulted in output_compon… in gdImageCreateFromJpegCtxEx()
458 gd_error_ex(GD_WARNING, "gd-jpeg: error: unexpected colorspace."); in gdImageCreateFromJpegCtxEx()
477 gd_error_ex(GD_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx()
[all …]
H A Dgd_errors.h28 void gd_error_ex(int priority, const char *format, ...);
H A Dgd_png.c65 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()
77 gd_error_ex(GD_WARNING, "gd-png: libpng warning: %s", msg); in gdPngWarningHandler()
H A Dgd_tga.c181 gd_error_ex(GD_WARNING, "gd-tga: %u bits per pixel with %u alpha bits not supported\n", in read_header_tga()
H A Dgd_gd2.c561 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 Dgd_avif.c390 gd_error_ex(GD_NOTICE, "Image's color profile is not sRGB"); in gdImageCreateFromAvifCtx()
H A Dgd_gif_in.c368 gd_error_ex(GD_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp); in GetDataBlock()
H A Dgd.c111 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex() function

Completed in 40 milliseconds