Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c151 if (gdGetBuf(header, sizeof(header), ctx) < 18) { in read_header_tga()
194 gdGetBuf(tga->ident, tga->identsize, ctx); in read_header_tga()
253 if (gdGetBuf(conversion_buffer, image_block_size, ctx) != image_block_size) { in read_image_tga()
282 rle_size = gdGetBuf(conversion_buffer, image_block_size, ctx); in read_image_tga()
H A Dgd_io.h36 int gdGetBuf(void *, int, gdIOCtx*);
H A Dgd_io.c188 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf() function
H A Dgd_webp.c63 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
H A Dgd_png.c84 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData()
151 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
H A Dgd_bmp.c262 while ((buffer_size = gdGetBuf(copy_buffer, 1024, out)) != EOF) { in gdImageBmpCtx()
650 if (!gdGetBuf(useless_bytes, 24, infile)) { in bmp_read_os2_v2_info()
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0)
H A Dgd_jpeg.c623 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()
H A Dgd_gd2.c231 if (gdGetBuf(compBuf, compSize, in) != compSize) { in _gd2ReadChunk()
/PHP-7.4/main/
H A Dphp_compat.h215 #define gdGetBuf php_gd_gdGetBuf macro

Completed in 33 milliseconds