Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd.c2244 gdIOCtx *io_ctx; in _php_image_type() local
2246 if (io_ctx) { in _php_image_type()
2248 io_ctx->gd_free(io_ctx); in _php_image_type()
2251 io_ctx->gd_free(io_ctx); in _php_image_type()
2264 gdIOCtx *io_ctx; in _php_image_create_from_string() local
2268 if (!io_ctx) { in _php_image_create_from_string()
2275 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2279 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
2407 gdIOCtx* io_ctx; in _php_image_create_from() local
2421 if (!io_ctx) { in _php_image_create_from()
[all …]

Completed in 16 milliseconds