Lines Matching refs:compressed_filesize
382 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
580 …ry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compressed_filesize != PHAR_GET… in phar_parse_zipfile()
926 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply_int()
971 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
972 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
973 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
982 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
983 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1058 …if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NUL… in phar_zip_changed_apply_int()
1098 …try->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->fi… in phar_zip_changed_apply_int()
1186 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1249 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
1366 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_zip_flush()