Lines Matching refs:PHAR_SET_16

40 # define PHAR_SET_16(var, value) phar_write_16(var, (uint16_t) (value));  macro
159 PHAR_SET_16(dtime, ctime); in phar_zip_u2d_time()
160 PHAR_SET_16(ddate, cdate); in phar_zip_u2d_time()
853 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
854 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
857 PHAR_SET_16(perms.size, sizeof(perms) - 4); in phar_zip_changed_apply_int()
858 PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); in phar_zip_changed_apply_int()
867 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
868 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
872 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
873 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
880 PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply_int()
881 PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply_int()
884 PHAR_SET_16(central.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
886 PHAR_SET_16(local.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
1014 PHAR_SET_16(central.comment_len, ZSTR_LEN(entry->metadata_str.s)); in phar_zip_changed_apply_int()
1449 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1450 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1452 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1453 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1507 PHAR_SET_16(eocd.comment_len, ZSTR_LEN(main_metadata_str.s)); in phar_zip_flush()