Home
last modified time | relevance | path

Searched refs:xo_open_container_h (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c78 xo_open_container_h(NULL, "top"); in main()
H A Dtest_09.c66 xo_open_container_h(NULL, "top"); in main()
H A Dtest_02.c50 xo_open_container_h(NULL, "top"); in main()
H A Dtest_08.c66 xo_open_container_h(NULL, "top"); in main()
H A Dtest_10.c90 xo_open_container_h(NULL, "top"); in main()
H A Dtest_01.c85 xo_open_container_h(NULL, "top-level"); in main()
/freebsd/contrib/libxo/libxo/
H A Dxo.h285 xo_open_container_h (xo_handle_t *xop, const char *name);
H A Dlibxo.c4684 xo_open_container_h(xop, tag_name); in xo_format_content()
7020 xo_open_container_h (xo_handle_t *xop, const char *name) in xo_open_container_h() function
8098 xo_open_container_h(xop, "error"); in xo_errorn_hv()
8340 xo_open_container_h(xop, as_warning ? "__warning" : "__error"); in xo_emit_warn_hcv()
/freebsd/sbin/savecore/
H A Dsavecore.c333 xo_open_container_h(xoinfo, "crashdump"); in write_header_info()
/freebsd/contrib/libxo/doc/
H A Dapi.rst674 xo_open_container_h(). The former uses the default handle and the
693 .. c:function:: xo_ssize_t xo_open_container_h (xo_handle_t *xop, const char *name)
698 The `xo_open_container_h` function adds a `handle` parameter.
H A Dexample.rst51 xo_open_container_h(NULL, "top");