Home
last modified time | relevance | path

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

/f-stack/tools/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"); in main()
/f-stack/tools/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()
7007 xo_open_container_h (xo_handle_t *xop, const char *name) in xo_open_container_h() function
8072 xo_open_container_h(xop, "error"); in xo_errorn_hv()
8314 xo_open_container_h(xop, as_warning ? "__warning" : "__error"); in xo_emit_warn_hcv()
/f-stack/tools/libxo/doc/
H A Dapi.rst651 xo_open_container_h(). The former uses the default handle and the
670 .. c:function:: xo_ssize_t xo_open_container_h (xo_handle_t *xop, const char *name)
675 The `xo_open_container_h` function adds a `handle` parameter.
H A Dexample.rst51 xo_open_container_h(NULL, "top");