Home
last modified time | relevance | path

Searched refs:gd_error (Results 1 – 12 of 12) sorted by path

/php-src/ext/gd/libgd/
H A Dgd.c103 void gd_error(const char *format, ...) in gd_error() function
H A Dgd_avif.c145 gd_error("avif error - %s: %s\n", msg, avifResultToString(result)); in isAvifError()
195 gd_error("avif error - couldn't allocate memory"); in readFromCtx()
374 gd_error("avif error - Could not allocate memory"); in gdImageCreateFromAvifCtx()
404 gd_error("avif error - Could not create GD truecolor image"); in gdImageCreateFromAvifCtx()
501 gd_error("avif error - avif doesn't support palette images"); in gdImageAvifCtx()
506 gd_error("avif error - image dimensions must not be zero"); in gdImageAvifCtx()
511 gd_error("avif error - image dimensions are too large"); in gdImageAvifCtx()
H A Dgd_errors.h27 void gd_error(const char *format, ...);
H A Dgd_gd2.c87 GD2_DBG(gd_error("Version: %d", *vers)); in _gd2GetHeader()
120 GD2_DBG(gd_error("Format: %d", *fmt)); in _gd2GetHeader()
188 GD2_DBG(gd_error("Bad GD2 header")); in _gd2CreateFromFile()
230 GD2_DBG(gd_error("Reading file")); in _gd2ReadChunk()
240 GD2_DBG(gd_error("Got chunk")); in _gd2ReadChunk()
381 GD2_DBG(gd_error("Freeing memory")); in gdImageCreateFromGd2Ctx()
393 GD2_DBG(gd_error("Done")); in gdImageCreateFromGd2Ctx()
753 GD2_DBG(gd_error("y=%d: ",y)); in _gdImageGd2()
762 GD2_DBG(gd_error("%d...",x)); in _gdImageGd2()
775 GD2_DBG(gd_error("%d, ",x)); in _gdImageGd2()
[all …]
H A Dgd_io.c55 IO_DBG (gd_error("Putting word...")); in gdPutWord()
58 IO_DBG (gd_error("put.")); in gdPutWord()
63 IO_DBG (gd_error("Putting int...")); in gdPutInt()
68 IO_DBG (gd_error("put.")); in gdPutInt()
183 IO_DBG (gd_error("Putting buf...")); in gdPutBuf()
185 IO_DBG (gd_error("put.")); in gdPutBuf()
195 IO_DBG (gd_error("Seeking...")); in gdSeek()
197 IO_DBG (gd_error("Done.")); in gdSeek()
202 IO_DBG (gd_error("Telling...")); in gdTell()
204 IO_DBG (gd_error ("told.")); in gdTell()
H A Dgd_jpeg.c71 gd_error("gd-jpeg, libjpeg: recoverable error: %s\n", message); in php_jpeg_emit_message()
80 gd_error("gd-jpeg, libjpeg: strace message: %s\n", message); in php_jpeg_emit_message()
238gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, … in _gdImageJpegCtx()
394 gd_error("gd-jpeg error: cannot allocate gdImage struct"); in gdImageCreateFromJpegCtxEx()
420 gd_error("gd-jpeg: warning: jpeg_start_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
463gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, … in gdImageCreateFromJpegCtxEx()
500 gd_error("gd-jpeg: warning: jpeg_finish_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
H A Dgd_png.c165 gd_error("gd-png error: cannot allocate libpng main struct"); in gdImageCreateFromPngCtx()
171 gd_error("gd-png error: cannot allocate libpng info struct"); in gdImageCreateFromPngCtx()
187 gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
207 gd_error("gd-png error: cannot allocate gdImage struct"); in gdImageCreateFromPngCtx()
224 gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
276 gd_error("gd-png error: cannot allocate gray palette"); in gdImageCreateFromPngCtx()
512 gd_error("gd-png error: cannot allocate libpng main struct"); in gdImagePngCtxEx()
518 gd_error("gd-png error: cannot allocate libpng info struct"); in gdImagePngCtxEx()
526 gd_error("gd-png error: setjmp returns error condition"); in gdImagePngCtxEx()
546 gd_error("gd-png error: compression level must be 0 through 9"); in gdImagePngCtxEx()
[all …]
H A Dgd_security.c24gd_error("One parameter to a memory allocation multiplication is negative or zero, failing operati… in overflow2()
28gd_error("Product of memory allocation multiplication would exceed INT_MAX, failing operation grac… in overflow2()
H A Dgd_ss.c41 gd_error("PNG support is not available"); in gdImagePngToSink()
45 gd_error("PNG support is not available"); in gdImageCreateFromPngSource()
H A Dgd_tga.c152 gd_error("Fail to read header"); in read_header_tga()
254 gd_error("gd-tga: premature end of image data\n"); in read_image_tga()
277 gd_error("gd-tga: premature end of image data\n"); in read_image_tga()
H A Dgd_wbmp.c109 gd_error("Could not create WBMP"); in _gdImageWBMPCtx()
127 gd_error("Could not save WBMP"); in _gdImageWBMPCtx()
H A Dgd_xbm.c138 gd_error("Invalid XBM"); in gdImageCreateFromXbm()
155 gd_error("EOF before image was complete"); in gdImageCreateFromXbm()

Completed in 49 milliseconds