Lines Matching refs:gdIOCtx
148 static gdIOCtx *create_stream_context_from_zval(zval *to_zval);
149 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream);
150 static gdIOCtx *create_output_context();
1410 static int _php_ctx_getmbi(gdIOCtx *ctx)
1451 gdIOCtx *io_ctx;
1470 gdIOCtx *io_ctx;
1618 gdIOCtx* io_ctx;
1901 gdIOCtx *ctx = NULL;
1981 gdIOCtx *ctx = NULL;
2038 gdIOCtx *ctx = NULL;
4048 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) /* {{{ */
4058 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4063 static void _php_image_output_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4070 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) /* {{{ */ {
4076 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4082 static void _php_image_stream_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4092 static void _php_image_stream_ctxfreeandclose(struct gdIOCtx *ctx) /* {{{ */
4104 static gdIOCtx *create_stream_context_from_zval(zval *to_zval) {
4132 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream) {
4133 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4147 static gdIOCtx *create_output_context() {
4148 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4162 gdIOCtx *ctx = NULL;