Searched refs:unchanged_attributes (Results 1 – 1 of 1) sorted by relevance
42 zip_uint32_t unchanged_attributes; in zip_file_set_external_attributes() local55 unchanged_attributes = e->orig ? e->orig->ext_attrib : ZIP_EXT_ATTRIB_DEFAULT; in zip_file_set_external_attributes()57 changed = (opsys != unchanged_opsys || attributes != unchanged_attributes); in zip_file_set_external_attributes()78 e->changes->ext_attrib = unchanged_attributes; in zip_file_set_external_attributes()
Completed in 6 milliseconds