Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dtar.c214 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
226 totalsize = php_stream_tell(fp); in phar_parse_tarfile()
244 zend_hash_init(&myphar->manifest, 2 + (totalsize >> 12), in phar_parse_tarfile()
248 zend_hash_init(&myphar->virtual_dirs, 4 + (totalsize >> 11), in phar_parse_tarfile()
334 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
402 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
589 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()

Completed in 7 milliseconds