Home
last modified time | relevance | path

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

/php-src/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
166 char uncompsize[4]; /* uncompressed size 4 bytes */ member
H A Dzip.c413 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
634 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()
972 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
973 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1031 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1032 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
H A Dphar.c2426 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr… in phar_postprocess_file()

Completed in 16 milliseconds