Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dpharzip.h28 char compsize[4]; /* compressed size 4 bytes */ member
40 char compsize[4]; /* compressed size 4 bytes */ member
47 char compsize[4]; /* compressed size 8 bytes */ member
165 char compsize[4]; /* compressed size 4 bytes */ member
H A Dzip.c412 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
634 …ize != PHAR_GET_32(local.uncompsize) || entry.compressed_filesize != PHAR_GET_32(local.compsize)) { in phar_parse_zipfile()
978 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
979 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1023 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1024 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1033 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1034 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
H A Dphar.c2426 …ze != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP_32(local.compsize)) { in phar_postprocess_file()

Completed in 32 milliseconds