Searched refs:PHAR_SET_16 (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/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() 806 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply() 807 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply() 810 PHAR_SET_16(perms.size, sizeof(perms) - 4); in phar_zip_changed_apply() 820 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply() 821 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply() 825 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply() 826 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply() 963 PHAR_SET_16(central.comment_len, entry->metadata_str.len); in phar_zip_changed_apply() [all …]
|
Completed in 6 milliseconds