Lines Matching refs:flags

76 		entry->flags &= PHAR_ENT_COMPRESSION_MASK;  in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
390 entry.flags = PHAR_ENT_PERM_DEF_FILE; in phar_parse_zipfile()
395 if (PHAR_GET_16(zipentry.flags) & PHAR_ZIP_FLAG_ENCRYPTED) { in phar_parse_zipfile()
418 entry.flags |= PHAR_ENT_PERM_DEF_DIR; in phar_parse_zipfile()
500 entry.flags |= PHAR_ENT_COMPRESSED_GZ; in phar_parse_zipfile()
507 entry.flags |= PHAR_ENT_COMPRESSED_BZ2; in phar_parse_zipfile()
608 if (entry.flags & PHAR_ENT_COMPRESSED_GZ) { in phar_parse_zipfile()
640 } else if (entry.flags & PHAR_ENT_COMPRESSED_BZ2) { in phar_parse_zipfile()
858 PHAR_SET_16(perms.perms, entry->flags & PHAR_ENT_PERM_MASK); in phar_zip_changed_apply_int()
866 if (entry->flags & PHAR_ENT_COMPRESSED_GZ) { in phar_zip_changed_apply_int()
871 if (entry->flags & PHAR_ENT_COMPRESSED_BZ2) { in phar_zip_changed_apply_int()
883 general_purpose_flags = PHAR_GET_16(central.flags); in phar_zip_changed_apply_int()
884 PHAR_SET_16(central.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
885 general_purpose_flags = PHAR_GET_16(local.flags); in phar_zip_changed_apply_int()
886 PHAR_SET_16(local.flags, general_purpose_flags | (1 << 11)); in phar_zip_changed_apply_int()
911 …if (entry->flags & PHAR_ENT_COMPRESSION_MASK && (entry->old_flags == entry->flags || !entry->old_f… in phar_zip_changed_apply_int()
932 if (!(entry->flags & PHAR_ENT_COMPRESSION_MASK)) { in phar_zip_changed_apply_int()
943 if (entry->flags & PHAR_ENT_COMPRESSED_GZ) { in phar_zip_changed_apply_int()
984 entry->old_flags = entry->flags; in phar_zip_changed_apply_int()
1239 entry.flags = PHAR_ENT_PERM_DEF_FILE; in phar_zip_flush()