Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/core/
H A Dtest_11.c105 xo_close_container_h(NULL, "top"); in main()
H A Dtest_12.c90 xo_close_container_h(NULL, "top"); in main()
H A Dtest_09.c110 xo_close_container_h(NULL, "top"); in main()
H A Dtest_02.c156 xo_close_container_h(NULL, "top"); in main()
H A Dtest_08.c153 xo_close_container_h(NULL, "top"); in main()
H A Dtest_10.c208 xo_close_container_h(NULL, "top"); in main()
H A Dtest_01.c251 xo_close_container_h(NULL, "top"); in main()
/f-stack/tools/libxo/libxo/
H A Dxo.h297 xo_close_container_h (xo_handle_t *xop, const char *name);
H A Dlibxo.c4687 xo_close_container_h(xop, tag_name); in xo_format_content()
7092 xo_close_container_h (xo_handle_t *xop, const char *name) in xo_close_container_h() function
7100 return xo_close_container_h(NULL, name); in xo_close_container()
7106 return xo_close_container_h(xop, NULL); in xo_close_container_hd()
7112 return xo_close_container_h(NULL, NULL); in xo_close_container_d()
8075 xo_close_container_h(xop, "error"); in xo_errorn_hv()
/f-stack/tools/libxo/doc/
H A Dapi.rst653 xo_close_container() or xo_close_container_h() functions.
684 .. c:function:: xo_ssize_t xo_close_container_h (xo_handle_t *xop, const char *name)
689 The `xo_close_container_h` function adds a `handle` parameter.
791 The `xo_close_container_h` function adds a `handle` parameter.
H A Dexample.rst97 xo_close_container_h(NULL, "top");