Home
last modified time | relevance | path

Searched refs:getBuf (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_io.h12 int (*getBuf)(struct gdIOCtx*, void*, int); member
H A Dgd_io_file.c60 ctx->ctx.getBuf = fileGetbuf; in gdNewFileCtx()
H A Dgd_io_ss.c60 ctx->ctx.getBuf = sourceGetbuf; in gdNewSSCtx()
H A Dgd_io.c190 return (ctx->getBuf) (ctx, buf, size); in gdGetBuf()
H A Dgd_io_dp.c84 ctx->ctx.getBuf = dynamicGetbuf; in gdNewDynamicCtxEx()
H A Dgd_avif.c201 int charsRead = ctx->getBuf(ctx, (void *) reader->rodata.data, (int) size); in readFromCtx()

Completed in 10 milliseconds