Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c538 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
591 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
592 if (body_size != body_size_check) { in PHP_FUNCTION()
602 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
605 if (body_size != body_size_check) { in PHP_FUNCTION()
612 ZEND_ASSERT(body_size > 0); in PHP_FUNCTION()
613 font->data = emalloc(body_size); in PHP_FUNCTION()
615 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b)) > 0) { in PHP_FUNCTION()

Completed in 13 milliseconds