Home
last modified time | relevance | path

Searched refs:opsys (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.1/ext/zip/
H A Dphp_zip.c2093 zend_long flags=0, opsys, attr; in ZIPARCHIVE_METHOD() local
2129 zend_long index, flags=0, opsys, attr; in ZIPARCHIVE_METHOD() local
2161 zip_uint8_t opsys; in ZIPARCHIVE_METHOD() local
2185 (zip_flags_t)flags, &opsys, &attr) < 0) { in ZIPARCHIVE_METHOD()
2189 ZVAL_LONG(z_opsys, opsys); in ZIPARCHIVE_METHOD()
2203 zip_uint8_t opsys; in ZIPARCHIVE_METHOD() local
2224 ZVAL_LONG(z_opsys, opsys); in ZIPARCHIVE_METHOD()
2934 ZEND_ARG_INFO(0, opsys)
2941 ZEND_ARG_INFO(0, opsys)
2948 ZEND_ARG_INFO(1, opsys)
[all …]
/PHP-7.1/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys in zip_file_get_external_attributes() argument
44 if (opsys) in zip_file_get_external_attributes()
45 *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); in zip_file_get_external_attributes()
H A Dzip_file_set_external_attributes.c37 zip_file_set_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys,… in zip_file_set_external_attributes() argument
57 changed = (opsys != unchanged_opsys || attributes != unchanged_attributes); in zip_file_set_external_attributes()
66 … e->changes->version_madeby = (zip_uint16_t)((opsys << 8) | (e->changes->version_madeby & 0xff)); in zip_file_set_external_attributes()

Completed in 16 milliseconds