Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c2250 gdIOCtx *io_ctx; in _php_image_type() local
2252 if (io_ctx) { in _php_image_type()
2254 io_ctx->gd_free(io_ctx); in _php_image_type()
2257 io_ctx->gd_free(io_ctx); in _php_image_type()
2270 gdIOCtx *io_ctx; in _php_image_create_from_string() local
2274 if (!io_ctx) { in _php_image_create_from_string()
2281 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2285 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2404 gdIOCtx* io_ctx; in _php_image_create_from() local
2418 if (!io_ctx) { in _php_image_create_from()
[all …]

Completed in 15 milliseconds