Searched refs:PHAR_SET_16 (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/phar/ |
H A D | zip.c | 152 PHAR_SET_16(dtime, ctime); in phar_zip_u2d_time() 153 PHAR_SET_16(ddate, cdate); in phar_zip_u2d_time() 798 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply() 799 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply() 802 PHAR_SET_16(perms.size, sizeof(perms) - 4); in phar_zip_changed_apply() 812 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply() 813 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply() 817 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply() 818 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply() 955 PHAR_SET_16(central.comment_len, entry->metadata_str.len); in phar_zip_changed_apply() [all …]
|
Completed in 7 milliseconds