Home
last modified time | relevance | path

Searched refs:PHAR_SET_32 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/phar/
H A Dzip.c857 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int()
881 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
974 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
975 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
985 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
994 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int()
995 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int()
1174 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature()
1175 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature()
1460 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
[all …]
H A Dtar.c1246 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro
1252 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro
1254 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush()
1255 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()

Completed in 11 milliseconds