Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dtar.c217 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
229 totalsize = php_stream_tell(fp); in phar_parse_tarfile()
247 zend_hash_init(&myphar->manifest, 2 + (totalsize >> 12), in phar_parse_tarfile()
251 zend_hash_init(&myphar->virtual_dirs, 4 + (totalsize >> 11), in phar_parse_tarfile()
337 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
405 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
592 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()

Completed in 8 milliseconds