opsys              37 ext/zip/lib/zip_file_get_external_attributes.c zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes)
opsys              44 ext/zip/lib/zip_file_get_external_attributes.c     if (opsys)
opsys              45 ext/zip/lib/zip_file_get_external_attributes.c 	*opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff);
opsys              37 ext/zip/lib/zip_file_set_external_attributes.c zip_file_set_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attributes)
opsys              57 ext/zip/lib/zip_file_set_external_attributes.c     changed = (opsys != unchanged_opsys || attributes != unchanged_attributes);
opsys              66 ext/zip/lib/zip_file_set_external_attributes.c         e->changes->version_madeby = (zip_uint16_t)((opsys << 8) | (e->changes->version_madeby & 0xff));
opsys            2078 ext/zip/php_zip.c 	zend_long flags=0, opsys, attr;
opsys            2088 ext/zip/php_zip.c 			&name, &name_len, &opsys, &attr, &flags) == FAILURE) {
opsys            2101 ext/zip/php_zip.c 			(zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
opsys            2114 ext/zip/php_zip.c 	zend_long index, flags=0, opsys, attr;
opsys            2124 ext/zip/php_zip.c 			&index, &opsys, &attr, &flags) == FAILURE) {
opsys            2130 ext/zip/php_zip.c 			(zip_flags_t)flags, (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
opsys            2146 ext/zip/php_zip.c 	zip_uint8_t opsys;
opsys            2170 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
opsys            2174 ext/zip/php_zip.c 	ZVAL_LONG(z_opsys, opsys);
opsys            2188 ext/zip/php_zip.c 	zip_uint8_t opsys;
opsys            2205 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
opsys            2209 ext/zip/php_zip.c 	ZVAL_LONG(z_opsys, opsys);
opsys            2919 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, opsys)
opsys            2926 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, opsys)
opsys            2933 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, opsys)
opsys            2940 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, opsys)