Lines Matching refs:PHAR_SET_16
40 # define PHAR_SET_16(var, value) phar_write_16(var, (php_uint16) (value)); macro
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()
803 PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); 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()
825 PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply()
826 PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply()
955 PHAR_SET_16(central.comment_len, entry->metadata_str.len); in phar_zip_changed_apply()
1390 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1391 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1393 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1394 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1448 PHAR_SET_16(eocd.comment_len, main_metadata_str.len); in phar_zip_flush()