Lines Matching refs:opsys
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) {
2192 (zip_flags_t)flags, (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
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) {
2260 ZEND_TRY_ASSIGN_REF_LONG(z_opsys, opsys);