Home
last modified time | relevance | path

Searched refs:gdGetBuf (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd_io.h35 int gdGetBuf(void *, int, gdIOCtx*);
H A Dgd_io.c129 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf() function
H A Dgd_png.c78 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData()
144 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
H A Dgd_gif_in.c47 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0)
H A Dgd_jpeg.c588 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()
H A Dgd_gd2.c213 if (gdGetBuf(compBuf, compSize, in) != compSize) { in _gd2ReadChunk()
/PHP-5.3/main/
H A Dphp_compat.h191 #define gdGetBuf php_gd_gdGetBuf macro

Completed in 21 milliseconds