Searched refs:totalsize (Results 1 – 1 of 1) sorted by relevance
209 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local221 totalsize = php_stream_tell(fp); in phar_parse_tarfile()239 zend_hash_init(&myphar->manifest, 2 + (totalsize >> 12), in phar_parse_tarfile()243 zend_hash_init(&myphar->virtual_dirs, 4 + (totalsize >> 11), in phar_parse_tarfile()328 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()396 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()584 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()595 if (php_stream_tell(fp) == totalsize) { in phar_parse_tarfile()
Completed in 6 milliseconds