Lines Matching refs:php_stream_tell
208 size = php_stream_tell(fp); in phar_parse_zipfile()
363 zend_off_t beforeus = php_stream_tell(fp); in phar_parse_zipfile()
425 zend_off_t current_central_dir_pos = php_stream_tell(fp); in phar_parse_zipfile()
466 php_stream_tell(fp); in phar_parse_zipfile()
491 …if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8… in phar_parse_zipfile()
518 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile()
610 zend_off_t restore_pos = php_stream_tell(fp); in phar_parse_zipfile()
905 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
994 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
1024 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1163 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1167 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1474 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1475 cdir_offset = php_stream_tell(pass.filefp); in phar_zip_flush()