getBuf            131 ext/gd/libgd/gd_io.c 	return (ctx->getBuf) (ctx, buf, size);
getBuf             12 ext/gd/libgd/gd_io.h 	int	(*getBuf)(struct gdIOCtx*, void*, int);
getBuf             84 ext/gd/libgd/gd_io_dp.c 	ctx->ctx.getBuf = dynamicGetbuf;
getBuf             60 ext/gd/libgd/gd_io_file.c 	ctx->ctx.getBuf = fileGetbuf;
getBuf             60 ext/gd/libgd/gd_io_ss.c 	ctx->ctx.getBuf = sourceGetbuf;