Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/tests/core/
H A Dtest_11.c104 xo_close_container_h(NULL, "top"); in main()
H A Dtest_12.c71 xo_close_container_h(NULL, "top"); in main()
H A Dtest_02.c141 xo_close_container_h(NULL, "top"); in main()
H A Dtest_09.c109 xo_close_container_h(NULL, "top"); in main()
H A Dtest_08.c152 xo_close_container_h(NULL, "top"); in main()
H A Dtest_01.c194 xo_close_container_h(NULL, "top"); in main()
H A Dtest_10.c207 xo_close_container_h(NULL, "top"); in main()
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h276 xo_close_container_h (xo_handle_t *xop, const char *name);
H A Dlibxo.c4397 xo_close_container_h(xop, tag_name); in xo_format_content()
6739 xo_close_container_h (xo_handle_t *xop, const char *name) in xo_close_container_h() function
6747 return xo_close_container_h(NULL, name); in xo_close_container()
6753 return xo_close_container_h(xop, NULL); in xo_close_container_hd()
6759 return xo_close_container_h(NULL, NULL); in xo_close_container_d()
7719 xo_close_container_h(xop, "error"); in xo_error_hv()