Home
last modified time | relevance | path

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

/PHP-8.1/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.c383 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
580 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()
921 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
922 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
980 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
981 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
H A Dphar.c2434 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr… in phar_postprocess_file()

Completed in 35 milliseconds