Lines Matching refs:compressed_filesize
369 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
575 …ry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compressed_filesize != PHAR_GET… in phar_parse_zipfile()
874 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply()
919 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); in phar_zip_changed_apply()
920 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
921 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
930 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
931 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
1015 …if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NUL… in phar_zip_changed_apply()
1055 …try->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->fi… in phar_zip_changed_apply()
1141 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1206 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
1322 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_zip_flush()