Home
last modified time | relevance | path

Searched refs:uncompsize (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/phar/
H A Dpharzip.h29 char uncompsize[4]; /* uncompressed size 4 bytes */ member
41 char uncompsize[4]; /* uncompressed size 4 bytes */ member
49 char uncompsize[4]; /* uncompressed size 8 bytes */ member
159 char uncompsize[4]; /* uncompressed size 4 bytes */ member
H A Dzip.c386 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
590 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()
929 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
930 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
988 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
989 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
H A Dphar.c2392 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr… in phar_postprocess_file()

Completed in 25 milliseconds