Home
last modified time | relevance | path

Searched refs:unchanged_opsys (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_file_set_external_attributes.c41 zip_uint8_t unchanged_opsys; in zip_file_set_external_attributes() local
54 unchanged_opsys = e->orig ? e->orig->version_madeby>>8 : ZIP_OPSYS_DEFAULT; in zip_file_set_external_attributes()
57 changed = (opsys != unchanged_opsys || attributes != unchanged_attributes); in zip_file_set_external_attributes()
77 e->changes->version_madeby = (unchanged_opsys << 8) | (e->changes->version_madeby & 0xff); in zip_file_set_external_attributes()

Completed in 7 milliseconds