opsys              37 ext/zip/lib/zip_file_get_external_attributes.c zip_file_get_external_attributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes)
opsys              46 ext/zip/lib/zip_file_get_external_attributes.c     if (opsys)
opsys              47 ext/zip/lib/zip_file_get_external_attributes.c 	*opsys = (de->version_madeby >> 8) & 0xff;
opsys              37 ext/zip/lib/zip_file_set_external_attributes.c zip_file_set_external_attributes(struct zip *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 = (opsys << 8) | (e->changes->version_madeby & 0xff);
opsys            2191 ext/zip/php_zip.c 	long flags=0, opsys, attr;
opsys            2201 ext/zip/php_zip.c 			&name, &name_len, &opsys, &attr, &flags) == FAILURE) {
opsys            2214 ext/zip/php_zip.c 			(zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
opsys            2227 ext/zip/php_zip.c 	long index, flags=0, opsys, attr;
opsys            2237 ext/zip/php_zip.c 			&index, &opsys, &attr, &flags) == FAILURE) {
opsys            2243 ext/zip/php_zip.c 			(zip_flags_t)flags, (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
opsys            2259 ext/zip/php_zip.c 	zip_uint8_t opsys;
opsys            2283 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
opsys            2287 ext/zip/php_zip.c 	ZVAL_LONG(z_opsys, opsys);
opsys            2301 ext/zip/php_zip.c 	zip_uint8_t opsys;
opsys            2318 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
opsys            2322 ext/zip/php_zip.c 	ZVAL_LONG(z_opsys, opsys);
opsys            2962 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, opsys)
opsys            2969 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, opsys)
opsys            2976 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, opsys)
opsys            2983 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, opsys)