Searched refs:putBuf (Results 1 – 7 of 7) sorted by relevance
15 int (*putBuf)(struct gdIOCtx*, const void*, int); member
40 (ctx->putBuf) (ctx, (char *) buf, 2); in Putword()184 return (ctx->putBuf) (ctx, buf, size); in gdPutBuf()
61 ctx->ctx.putBuf = filePutbuf; in gdNewFileCtx()
63 ctx->ctx.putBuf = sinkPutbuf; in gdNewSSCtx()
171 out->putBuf(out, buf, len); in gdCtxPrintf()
85 ctx->ctx.putBuf = dynamicPutbuf; in gdNewDynamicCtxEx()
4136 ctx->putBuf = _php_image_stream_putbuf; in create_stream_context()4151 ctx->putBuf = _php_image_output_putbuf; in create_output_context()
Completed in 22 milliseconds