Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c532 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
585 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
586 if (body_size != body_size_check) { in PHP_FUNCTION()
596 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
599 if (body_size != body_size_check) { in PHP_FUNCTION()
606 ZEND_ASSERT(body_size > 0); in PHP_FUNCTION()
607 font->data = emalloc(body_size); in PHP_FUNCTION()
609 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b)) > 0) { in PHP_FUNCTION()

Completed in 12 milliseconds