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);
1319 static int _php_ctx_getmbi(gdIOCtx *ctx)
1372 gdIOCtx *io_ctx;
1391 gdIOCtx *io_ctx;
1539 gdIOCtx* io_ctx;
1828 gdIOCtx *ctx = NULL;
1917 gdIOCtx *ctx = NULL;
1974 gdIOCtx *ctx = NULL;
3985 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) /* {{{ */
3995 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4000 static void _php_image_output_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4005 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) /* {{{ */ {
4011 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */
4017 static void _php_image_stream_ctxfree(struct gdIOCtx *ctx) /* {{{ */
4025 static void _php_image_stream_ctxfreeandclose(struct gdIOCtx *ctx) /* {{{ */
4034 static gdIOCtx *create_stream_context_from_zval(zval *to_zval) {
4062 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream) {
4063 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4077 static gdIOCtx *create_output_context() {
4078 gdIOCtx *ctx = ecalloc(1, sizeof(gdIOCtx));
4092 gdIOCtx *ctx = NULL;