Searched refs:gdGetBuf (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_io.h | 35 int gdGetBuf(void *, int, gdIOCtx*);
|
H A D | gd_io.c | 129 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf() function
|
H A D | gd_png.c | 78 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData() 144 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
|
H A D | gd_gif_in.c | 47 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0)
|
H A D | gd_jpeg.c | 588 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()
|
H A D | gd_gd2.c | 213 if (gdGetBuf(compBuf, compSize, in) != compSize) { in _gd2ReadChunk()
|
/PHP-5.3/main/ |
H A D | php_compat.h | 191 #define gdGetBuf php_gd_gdGetBuf macro
|
Completed in 21 milliseconds