Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dtar.c209 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
221 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 7 milliseconds