Lines Matching refs:uncompressed_filesize

370 		entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize);  in phar_parse_zipfile()
429 sig = (char *) emalloc(entry.uncompressed_filesize); in phar_parse_zipfile()
430 read = php_stream_read(fp, sig, entry.uncompressed_filesize); in phar_parse_zipfile()
431 if (read != entry.uncompressed_filesize) { in phar_parse_zipfile()
437 …file, php_stream_tell(sigfile), mydata->sig_flags, sig + 8, entry.uncompressed_filesize - 8, fname… in phar_parse_zipfile()
573 …filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GE… in phar_parse_zipfile()
594 mydata->alias_len = entry.uncompressed_filesize; in phar_parse_zipfile()
606 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
627 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
638 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
872 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply()
877 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
878 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
882 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply()
883 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
884 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
918 if (SUCCESS != phar_stream_copy_to_stream(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
936 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
937 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
1037 …_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
1149 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1215 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
1286 entry.uncompressed_filesize = len + 5; in phar_zip_flush()
1331 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_zip_flush()