| 7408 | } |
| 7409 | |
| 7410 | xo_ssize_t |
| 7411 | xo_open_instance_hf (xo_handle_t *xop, xo_xof_flags_t flags, const char *name) |
| 7412 | { |
| 7413 | return xo_transition(xop, flags, name, XSS_OPEN_INSTANCE); |
| 7414 | } |
| 7415 | |
| 7416 | xo_ssize_t |
| 7417 | xo_open_instance_h (xo_handle_t *xop, const char *name) |
no test coverage detected