Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 …ributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *att… in zip_file_get_external_attributes() argument
46 if (opsys) in zip_file_get_external_attributes()
47 *opsys = (de->version_madeby >> 8) & 0xff; in zip_file_get_external_attributes()
H A Dzip_file_set_external_attributes.c37 …tributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attr… 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 = (opsys << 8) | (e->changes->version_madeby & 0xff); in zip_file_set_external_attributes()
/PHP-5.6/ext/zip/
H A Dphp_zip.c2199 long flags=0, opsys, attr; in ZIPARCHIVE_METHOD() local
2235 long index, flags=0, opsys, attr; in ZIPARCHIVE_METHOD() local
2267 zip_uint8_t opsys; in ZIPARCHIVE_METHOD() local
2291 (zip_flags_t)flags, &opsys, &attr) < 0) { in ZIPARCHIVE_METHOD()
2295 ZVAL_LONG(z_opsys, opsys); in ZIPARCHIVE_METHOD()
2309 zip_uint8_t opsys; in ZIPARCHIVE_METHOD() local
2330 ZVAL_LONG(z_opsys, opsys); in ZIPARCHIVE_METHOD()
2970 ZEND_ARG_INFO(0, opsys)
2977 ZEND_ARG_INFO(0, opsys)
2984 ZEND_ARG_INFO(1, opsys)
[all …]
/PHP-5.6/
H A DNEWS2530 ZipArchive::setExternalAttributesName($name, $opsys, $attr [, $flags])
2531 ZipArchive::setExternalAttributesIndex($idx, $opsys, $attr [, $flags])
2532 ZipArchive::getExternalAttributesName($name, &$opsys, &$attr [, $flags])
2533 ZipArchive::getExternalAttributesIndex($idx, &$opsys, &$attr [, $flags])

Completed in 45 milliseconds