Home
last modified time | relevance | path

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

/PHP-5.3/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.c370 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
573 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()
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()
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()
H A Dphar.c2456 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr…

Completed in 24 milliseconds