Searched refs:gd_error (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gd_gd2.c | 87 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 D | gd_io.c | 55 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 D | gd_security.c | 24 …gd_error("One parameter to a memory allocation multiplication is negative or zero, failing operati… in overflow2() 28 …gd_error("Product of memory allocation multiplication would exceed INT_MAX, failing operation grac… in overflow2()
|
H A D | gd_ss.c | 41 gd_error("PNG support is not available"); in gdImagePngToSink() 45 gd_error("PNG support is not available"); in gdImageCreateFromPngSource()
|
H A D | gd_avif.c | 145 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() 410 gd_error("avif error - Could not create GD truecolor image"); in gdImageCreateFromAvifCtx() 507 gd_error("avif error - avif doesn't support palette images"); in gdImageAvifCtx() 512 gd_error("avif error - image dimensions must not be zero"); in gdImageAvifCtx() 517 gd_error("avif error - image dimensions are too large"); in gdImageAvifCtx() 533 gd_error("avif error - Creating image failed\n"); in gdImageAvifCtx() 577 gd_error("avif error - Creating encoder failed\n"); in gdImageAvifCtx()
|
H A D | gd_webp.c | 60 gd_error("WebP decode: realloc failed"); in gdImageCreateFromWebpCtx() 71 gd_error("gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx() 83 gd_error("gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx() 117 gd_error("Palette image not supported by webp"); in gdImageWebpCtx() 163 gd_error("gd-webp encoding failed"); in gdImageWebpCtx()
|
H A D | gd_png.c | 165 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 D | gd_errors.h | 27 void gd_error(const char *format, ...);
|
H A D | gd_tga.c | 152 gd_error("Fail to read header"); in read_header_tga() 195 gd_error("fail to read header ident"); in read_header_tga() 257 gd_error("gd-tga: premature end of image data\n"); in read_image_tga() 280 gd_error("gd-tga: premature end of image data\n"); in read_image_tga()
|
H A D | gd_wbmp.c | 109 gd_error("Could not create WBMP"); in _gdImageWBMPCtx() 127 gd_error("Could not save WBMP"); in _gdImageWBMPCtx()
|
H A D | gd_jpeg.c | 71 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() 238 …gd_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() 463 …gd_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 D | gd_xbm.c | 138 gd_error("Invalid XBM"); in gdImageCreateFromXbm() 155 gd_error("EOF before image was complete"); in gdImageCreateFromXbm()
|
H A D | gd.c | 103 void gd_error(const char *format, ...) in gd_error() function
|
Completed in 33 milliseconds