Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dpharzip.h30 char compsize[4]; /* compressed size 4 bytes */ member
42 char compsize[4]; /* compressed size 4 bytes */ member
49 char compsize[4]; /* compressed size 8 bytes */ member
160 char compsize[4]; /* compressed size 4 bytes */ member
H A Dzip.c369 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
573 …ize != PHAR_GET_32(local.uncompsize) || entry.compressed_filesize != PHAR_GET_32(local.compsize)) { in phar_parse_zipfile()
883 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
884 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
928 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
929 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
938 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
939 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
H A Dphar.c2453 …ze != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP_32(local.compsize)) {

Completed in 30 milliseconds