| 7414 | } |
| 7415 | |
| 7416 | xo_ssize_t |
| 7417 | xo_open_instance_h (xo_handle_t *xop, const char *name) |
| 7418 | { |
| 7419 | return xo_open_instance_hf(xop, 0, name); |
| 7420 | } |
| 7421 | |
| 7422 | xo_ssize_t |
| 7423 | xo_open_instance (const char *name) |
nothing calls this directly
no test coverage detected