/dports/lang/php73/php-7.3.33/ext/phar/ |
H A D | zip.c | 829 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 848 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 941 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 942 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 952 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 961 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 962 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1153 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1154 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1449 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1243 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1249 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1251 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1252 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/archivers/php74-phar/php-7.4.27/ext/phar/ |
H A D | zip.c | 863 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 887 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 980 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 981 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 1000 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 1001 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1192 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1193 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1488 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1252 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1258 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1260 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1261 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/archivers/php73-phar/php-7.3.33/ext/phar/ |
H A D | zip.c | 829 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 848 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 941 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 942 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 952 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 961 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 962 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1153 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1154 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1449 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1243 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1249 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1251 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1252 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/archivers/php81-phar/php-8.1.1/ext/phar/ |
H A D | zip.c | 857 PHAR_SET_32(perms.crc32, php_crc32_bulk_end(crc)); in phar_zip_changed_apply_int() 881 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 971 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 972 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 982 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 992 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1171 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1172 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1457 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1246 # 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()
|
/dports/archivers/php80-phar/php-8.0.15/ext/phar/ |
H A D | zip.c | 857 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 D | tar.c | 1246 # 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()
|
/dports/www/mod_php81/php-8.1.1/ext/phar/ |
H A D | zip.c | 857 PHAR_SET_32(perms.crc32, php_crc32_bulk_end(crc)); in phar_zip_changed_apply_int() 881 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 971 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 972 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 982 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 992 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1171 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1172 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1457 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1246 # 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()
|
/dports/lang/php80/php-8.0.15/ext/phar/ |
H A D | zip.c | 857 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 D | tar.c | 1246 # 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()
|
/dports/lang/php81/php-8.1.1/ext/phar/ |
H A D | zip.c | 857 PHAR_SET_32(perms.crc32, php_crc32_bulk_end(crc)); in phar_zip_changed_apply_int() 881 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 971 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 972 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 982 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 992 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1171 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1172 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1457 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1246 # 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()
|
/dports/lang/php74/php-7.4.27/ext/phar/ |
H A D | zip.c | 863 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 887 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 980 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 981 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 1000 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 1001 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1192 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1193 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1488 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1252 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1258 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1260 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1261 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/www/mod_php73/php-7.3.33/ext/phar/ |
H A D | zip.c | 829 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 848 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 941 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 942 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 952 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 961 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 962 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1153 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1154 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1449 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1243 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1249 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1251 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1252 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/www/mod_php74/php-7.4.27/ext/phar/ |
H A D | zip.c | 863 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply_int() 887 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int() 980 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 981 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 991 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int() 1000 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int() 1001 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int() 1192 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_zip_applysignature() 1193 PHAR_SET_32(sigbuf + 4, signature_length); in phar_zip_applysignature() 1488 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush() [all …]
|
H A D | tar.c | 1252 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() macro 1258 # define PHAR_SET_32(var, buffer) *(uint32_t *)(var) = (uint32_t) (buffer) in phar_tar_flush() macro 1260 PHAR_SET_32(sigbuf, phar->sig_flags); in phar_tar_flush() 1261 PHAR_SET_32(sigbuf + 4, signature_length); in phar_tar_flush()
|
/dports/www/mod_php80/php-8.0.15/ext/phar/ |
H A D | zip.c | 857 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 D | tar.c | 1246 # 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()
|