Home
last modified time | relevance | path

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

/freebsd-head/contrib/libxo/tests/core/
HDtest_11.c105 xo_close_container_h(NULL, "top"); in main()
HDtest_12.c90 xo_close_container_h(NULL, "top"); in main()
HDtest_09.c110 xo_close_container_h(NULL, "top"); in main()
HDtest_02.c158 xo_close_container_h(NULL, "top"); in main()
HDtest_08.c153 xo_close_container_h(NULL, "top"); in main()
HDtest_10.c208 xo_close_container_h(NULL, "top"); in main()
HDtest_01.c258 xo_close_container_h(NULL, "top-level"); in main()
/freebsd-head/contrib/libxo/libxo/
HDxo.h297 xo_close_container_h (xo_handle_t *xop, const char *name);
HDlibxo.c4687 xo_close_container_h(xop, tag_name); in xo_format_content()
7105 xo_close_container_h (xo_handle_t *xop, const char *name) in xo_close_container_h() function
7113 return xo_close_container_h(NULL, name); in xo_close_container()
7119 return xo_close_container_h(xop, NULL); in xo_close_container_hd()
7125 return xo_close_container_h(NULL, NULL); in xo_close_container_d()
8101 xo_close_container_h(xop, "error"); in xo_errorn_hv()
/freebsd-head/sbin/savecore/
HDsavecore.c339 xo_close_container_h(xoinfo, "crashdump"); in write_header_info()
1281 xo_close_container_h(xostdout, "crashdump"); in DoFile()
/freebsd-head/contrib/libxo/doc/
HDapi.rst676 xo_close_container() or xo_close_container_h() functions.
707 .. c:function:: xo_ssize_t xo_close_container_h (xo_handle_t *xop, const char *name)
712 The `xo_close_container_h` function adds a `handle` parameter.
814 The `xo_close_container_h` function adds a `handle` parameter.
HDexample.rst97 xo_close_container_h(NULL, "top");
/freebsd-head/usr.sbin/bhyve/
HDsnapshot.c1026 xo_close_container_h(xop, JSON_BASIC_METADATA_KEY); in vm_snapshot_basic_metadata()