Lines Matching refs:gdIOCtx
124 static gdIOCtx *create_stream_context_from_zval(zval *to_zval);
125 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream);
126 static gdIOCtx *create_output_context(void);
1320 static int _php_ctx_getmbi(gdIOCtx *ctx)
1373 gdIOCtx *io_ctx;
1392 gdIOCtx *io_ctx;
1540 gdIOCtx* io_ctx;
1832 gdIOCtx *ctx = NULL;
1921 gdIOCtx *ctx = NULL;
1978 gdIOCtx *ctx = NULL;
3989 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) /* {{{ */
3999 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4004 static void _php_image_output_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4011 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) /* {{{ */ {
4017 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4023 static void _php_image_stream_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4033 static void _php_image_stream_ctxfreeandclose(struct gdIOCtx *ctx) /* {{{ */
4045 static gdIOCtx *create_stream_context_from_zval(zval *to_zval) {
4073 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream) {
4074 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4088 static gdIOCtx *create_output_context() {
4089 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4103 gdIOCtx *ctx = NULL;