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()
847 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
848 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
851 PHAR_SET_16(perms.size, sizeof(perms) - 4); in phar_zip_changed_apply_int()
852 PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); in phar_zip_changed_apply_int()
861 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
862 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
866 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
867 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
874 PHAR_SET_16(central.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply_int()
875 PHAR_SET_16(local.filename_len, entry->filename_len + (entry->is_dir ? 1 : 0)); in phar_zip_changed_apply_int()
878 PHAR_SET_16(central.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
880 PHAR_SET_16(local.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
1000PHAR_SET_16(central.comment_len, entry->metadata_tracker.str ? ZSTR_LEN(entry->metadata_tracker.st… in phar_zip_changed_apply_int()
1429 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1430 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1432 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1433 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1480 PHAR_SET_16(eocd.comment_len, ZSTR_LEN(phar->metadata_tracker.str)); in phar_zip_flush()