Lines Matching refs:PHAR_SET_32
41 # define PHAR_SET_32(var, value) phar_write_32(var, (uint32_t) (value)); macro
911 PHAR_SET_32(perms.crc32, php_crc32_bulk_end(crc)); in phar_zip_changed_apply_int()
935 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
974 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
975 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
980 PHAR_SET_32(central.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
981 PHAR_SET_32(local.compsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1025 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1026 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1033 PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1034 PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1035 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1036 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1045 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int()
1046 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int()
1225 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature()
1226 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature()
1460 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1461 PHAR_SET_32(eocd.cdir_offset, cdir_offset); in phar_zip_flush()