Searched refs:opsys (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 178 … public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0) {} argument 181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} argument 184 * @param int $opsys 188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} argument 191 * @param int $opsys 195 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0) {} argument
|
H A D | php_zip_arginfo.h | 198 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0) 207 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0) 216 ZEND_ARG_INFO(1, opsys) 225 ZEND_ARG_INFO(1, opsys)
|
H A D | php_zip.c | 2147 zend_long flags=0, opsys, attr; local 2151 &name, &name_len, &opsys, &attr, &flags) == FAILURE) { 2168 (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) { 2180 zend_long index, flags=0, opsys, attr; local 2184 &index, &opsys, &attr, &flags) == FAILURE) { 2207 zip_uint8_t opsys; local 2229 (zip_flags_t)flags, &opsys, &attr) < 0) { 2232 ZEND_TRY_ASSIGN_REF_LONG(z_opsys, opsys); 2244 zip_uint8_t opsys; local 2257 (zip_flags_t)flags, &opsys, &attr) < 0) { [all …]
|
Completed in 22 milliseconds