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()318 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()386 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()573 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
Completed in 5 milliseconds