Searched refs:uncompsize (Results 1 – 3 of 3) sorted by relevance
29 char uncompsize[4]; /* uncompressed size 4 bytes */ member41 char uncompsize[4]; /* uncompressed size 4 bytes */ member49 char uncompsize[4]; /* uncompressed size 8 bytes */ member159 char uncompsize[4]; /* uncompressed size 4 bytes */ member
358 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()557 …ET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry.compre… in phar_parse_zipfile()890 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()891 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()949 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()950 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
2399 …P_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compr…
Completed in 20 milliseconds