Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dpharzip.h31 char uncompsize[4]; /* uncompressed size 4 bytes */ member
43 char uncompsize[4]; /* uncompressed size 4 bytes */ member
51 char uncompsize[4]; /* uncompressed size 8 bytes */ member
161 char uncompsize[4]; /* uncompressed size 4 bytes */ member
H A Dzip.c358 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
556 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()
889 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
890 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
948 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
949 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
H A Dphar.c2401 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr…

Completed in 18 milliseconds