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.c1373 gdIOCtx *io_ctx; in _php_image_type() local
1375 if (io_ctx) { in _php_image_type()
1377 io_ctx->gd_free(io_ctx); in _php_image_type()
1380 io_ctx->gd_free(io_ctx); in _php_image_type()
1392 gdIOCtx *io_ctx; in _php_image_create_from_string() local
1396 if (!io_ctx) { in _php_image_create_from_string()
1403 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
1407 io_ctx->gd_free(io_ctx); in _php_image_create_from_string()
1540 gdIOCtx* io_ctx; in _php_image_create_from() local
1554 if (!io_ctx) { in _php_image_create_from()
[all …]

Completed in 16 milliseconds