Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c1368 gdIOCtx *io_ctx; in _php_image_type() local
1370 if (io_ctx) { in _php_image_type()
1372 io_ctx->gd_free(io_ctx); in _php_image_type()
1375 io_ctx->gd_free(io_ctx); in _php_image_type()
1387 gdIOCtx *io_ctx; in _php_image_create_from_string() local
1391 if (!io_ctx) { in _php_image_create_from_string()
1398 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
1402 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
1535 gdIOCtx* io_ctx; in _php_image_create_from() local
1549 if (!io_ctx) { in _php_image_create_from()
[all …]

Completed in 15 milliseconds