Lines Matching refs:PHAR_SET_32

39 # define PHAR_SET_32(var, value) phar_write_32(var, (php_uint32) (value));  macro
808 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply()
827 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply()
869 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
870 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
875 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
876 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
920 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
921 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
928 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
929 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply()
930 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
931 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
940 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply()
941 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply()
1127 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature()
1128 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature()
1430 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1431 PHAR_SET_32(eocd.cdir_offset, cdir_offset); in phar_zip_flush()