Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_file_set_external_attributes.c41 zip_uint8_t unchanged_opsys; in zip_file_set_external_attributes() local
54unchanged_opsys = (e->orig ? (zip_uint8_t)(e->orig->version_madeby>>8) : (zip_uint8_t)ZIP_OPSYS_DE… 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 = (zip_uint16_t)((unchanged_opsys << 8) | (e->changes->version_madeby &… in zip_file_set_external_attributes()

Completed in 6 milliseconds