Home
last modified time | relevance | path

Searched refs:gd_error (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/gd/libgd/
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_security.c24gd_error("gd warning: one parameter to a memory allocation multiplication is negative or zero, fai… in overflow2()
28gd_error("gd warning: product of memory allocation multiplication would exceed INT_MAX, failing op… 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_png.c160 gd_error("gd-png error: cannot allocate libpng main struct"); in gdImageCreateFromPngCtx()
166 gd_error("gd-png error: cannot allocate libpng info struct"); in gdImageCreateFromPngCtx()
182 gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
202 gd_error("gd-png error: cannot allocate gdImage struct"); in gdImageCreateFromPngCtx()
219 gd_error("gd-png error: setjmp returns error condition"); in gdImageCreateFromPngCtx()
271 gd_error("gd-png error: cannot allocate gray palette"); in gdImageCreateFromPngCtx()
502 gd_error("gd-png error: cannot allocate libpng main struct"); in gdImagePngCtxEx()
508 gd_error("gd-png error: cannot allocate libpng info struct"); in gdImagePngCtxEx()
516 gd_error("gd-png error: setjmp returns error condition"); in gdImagePngCtxEx()
536 gd_error("gd-png error: compression level must be 0 through 9"); in gdImagePngCtxEx()
[all …]
H A Dgd_errors.h27 void gd_error(const char *format, ...);
H A Dgd_wbmp.c102 gd_error("Could not create WBMP"); in gdImageWBMPCtx()
119 gd_error("Could not save WBMP"); in gdImageWBMPCtx()
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()
235gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, … in gdImageJpegCtx()
391 gd_error("gd-jpeg error: cannot allocate gdImage struct"); in gdImageCreateFromJpegCtxEx()
417 gd_error("gd-jpeg: warning: jpeg_start_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
460gd_error("gd-jpeg: error: jpeg library was compiled for 12-bit precision. This is mostly useless, … in gdImageCreateFromJpegCtxEx()
497 gd_error("gd-jpeg: warning: jpeg_finish_decompress reports suspended data source"); in gdImageCreateFromJpegCtxEx()
H A Dgd_xbm.c140 gd_error("invalid XBM"); in gdImageCreateFromXbm()
157 gd_error("EOF before image was complete"); in gdImageCreateFromXbm()
H A Dgd.c133 void gd_error(const char *format, ...) in gd_error() function

Completed in 31 milliseconds