io_ctx 2255 ext/gd/gd.c gdIOCtx *io_ctx; io_ctx 2256 ext/gd/gd.c io_ctx = gdNewDynamicCtxEx(8, data, 0); io_ctx 2257 ext/gd/gd.c if (io_ctx) { io_ctx 2258 ext/gd/gd.c if (_php_ctx_getmbi(io_ctx) == 0 && _php_ctx_getmbi(io_ctx) >= 0) { io_ctx 2259 ext/gd/gd.c io_ctx->gd_free(io_ctx); io_ctx 2262 ext/gd/gd.c io_ctx->gd_free(io_ctx); io_ctx 2275 ext/gd/gd.c gdIOCtx *io_ctx; io_ctx 2277 ext/gd/gd.c io_ctx = gdNewDynamicCtxEx(Z_STRLEN_PP(data), Z_STRVAL_PP(data), 0); io_ctx 2279 ext/gd/gd.c if (!io_ctx) { io_ctx 2283 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx); io_ctx 2286 ext/gd/gd.c io_ctx->gd_free(io_ctx); io_ctx 2290 ext/gd/gd.c io_ctx->gd_free(io_ctx); io_ctx 2403 ext/gd/gd.c gdIOCtx* io_ctx; io_ctx 2415 ext/gd/gd.c io_ctx = gdNewDynamicCtxEx(buff_size, buff, 0); io_ctx 2416 ext/gd/gd.c if (!io_ctx) { io_ctx 2423 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); io_ctx 2425 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx); io_ctx 2427 ext/gd/gd.c io_ctx->gd_free(io_ctx);