| 6998 | } |
| 6999 | |
| 7000 | xo_ssize_t |
| 7001 | xo_open_container_hf (xo_handle_t *xop, xo_xof_flags_t flags, const char *name) |
| 7002 | { |
| 7003 | return xo_transition(xop, flags, name, XSS_OPEN_CONTAINER); |
| 7004 | } |
| 7005 | |
| 7006 | xo_ssize_t |
| 7007 | xo_open_container_h (xo_handle_t *xop, const char *name) |
no test coverage detected