Home
last modified time | relevance | path

Searched refs:io_ctx (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/gd/
H A Dgd.c2281 gdIOCtx *io_ctx; in _php_image_type() local
2283 if (io_ctx) { in _php_image_type()
2285 io_ctx->gd_free(io_ctx); in _php_image_type()
2288 io_ctx->gd_free(io_ctx); in _php_image_type()
2301 gdIOCtx *io_ctx; in _php_image_create_from_string() local
2305 if (!io_ctx) { in _php_image_create_from_string()
2312 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2316 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2429 gdIOCtx* io_ctx; in _php_image_create_from() local
2442 if (!io_ctx) { in _php_image_create_from()
[all …]

Completed in 23 milliseconds