io_ctx           2179 ext/gd/gd.c    		gdIOCtx *io_ctx;
io_ctx           2180 ext/gd/gd.c    		io_ctx = gdNewDynamicCtxEx(8, data, 0);
io_ctx           2181 ext/gd/gd.c    		if (io_ctx) {
io_ctx           2182 ext/gd/gd.c    			if (_php_ctx_getmbi(io_ctx) == 0 && _php_ctx_getmbi(io_ctx) >= 0) {
io_ctx           2183 ext/gd/gd.c    				io_ctx->gd_free(io_ctx);
io_ctx           2186 ext/gd/gd.c    				io_ctx->gd_free(io_ctx);
io_ctx           2199 ext/gd/gd.c    	gdIOCtx *io_ctx;
io_ctx           2201 ext/gd/gd.c    	io_ctx = gdNewDynamicCtxEx(Z_STRLEN_P(data), Z_STRVAL_P(data), 0);
io_ctx           2203 ext/gd/gd.c    	if (!io_ctx) {
io_ctx           2207 ext/gd/gd.c    	im = (*ioctx_func_p)(io_ctx);
io_ctx           2210 ext/gd/gd.c    		io_ctx->gd_free(io_ctx);
io_ctx           2214 ext/gd/gd.c    	io_ctx->gd_free(io_ctx);
io_ctx           2329 ext/gd/gd.c    		gdIOCtx* io_ctx;
io_ctx           2342 ext/gd/gd.c    		io_ctx = gdNewDynamicCtxEx(ZSTR_LEN(buff), pstr, 0);
io_ctx           2343 ext/gd/gd.c    		if (!io_ctx) {
io_ctx           2351 ext/gd/gd.c    			im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height);
io_ctx           2353 ext/gd/gd.c    			im = (*ioctx_func_p)(io_ctx);
io_ctx           2355 ext/gd/gd.c    		io_ctx->gd_free(io_ctx);