Lines Matching refs:uncompressed_filesize

370 		entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize);  in phar_parse_zipfile()
431 sig = (char *) emalloc(entry.uncompressed_filesize); in phar_parse_zipfile()
432 read = php_stream_read(fp, sig, entry.uncompressed_filesize); in phar_parse_zipfile()
433 if (read != entry.uncompressed_filesize) { in phar_parse_zipfile()
439 …file, php_stream_tell(sigfile), mydata->sig_flags, sig + 8, entry.uncompressed_filesize - 8, fname… in phar_parse_zipfile()
575 …filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GE… in phar_parse_zipfile()
592 mydata->alias_len = entry.uncompressed_filesize; in phar_parse_zipfile()
604 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
622 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
630 …if (!(entry.uncompressed_filesize = php_stream_copy_to_mem(fp, &actual_alias, entry.uncompressed_f… in phar_parse_zipfile()
864 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply()
869 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
870 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
874 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply()
875 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
876 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
910 if (SUCCESS != phar_stream_copy_to_stream(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
928 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
929 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
1029 …_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
1141 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1207 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
1278 entry.uncompressed_filesize = len + 5; in phar_zip_flush()
1323 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_zip_flush()