Searched refs:xo_close_container_h (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/contrib/libxo/tests/core/ |
| HD | test_11.c | 105 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_12.c | 90 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_09.c | 110 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_02.c | 158 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_08.c | 153 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_10.c | 208 xo_close_container_h(NULL, "top"); in main()
|
| HD | test_01.c | 258 xo_close_container_h(NULL, "top-level"); in main()
|
| /freebsd-head/contrib/libxo/libxo/ |
| HD | xo.h | 297 xo_close_container_h (xo_handle_t *xop, const char *name);
|
| HD | libxo.c | 4687 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/ |
| HD | savecore.c | 339 xo_close_container_h(xoinfo, "crashdump"); in write_header_info() 1281 xo_close_container_h(xostdout, "crashdump"); in DoFile()
|
| /freebsd-head/contrib/libxo/doc/ |
| HD | api.rst | 676 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.
|
| HD | example.rst | 97 xo_close_container_h(NULL, "top");
|
| /freebsd-head/usr.sbin/bhyve/ |
| HD | snapshot.c | 1026 xo_close_container_h(xop, JSON_BASIC_METADATA_KEY); in vm_snapshot_basic_metadata()
|