| 7016 | } |
| 7017 | |
| 7018 | xo_ssize_t |
| 7019 | xo_open_container_hd (xo_handle_t *xop, const char *name) |
| 7020 | { |
| 7021 | return xo_open_container_hf(xop, XOF_DTRT, name); |
| 7022 | } |
| 7023 | |
| 7024 | xo_ssize_t |
| 7025 | xo_open_container_d (const char *name) |
nothing calls this directly
no test coverage detected