Searched refs:xo_close_container_h (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_11.c | 105 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_12.c | 90 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_09.c | 110 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_02.c | 156 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_08.c | 153 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_10.c | 208 xo_close_container_h(NULL, "top"); in main()
|
| H A D | test_01.c | 251 xo_close_container_h(NULL, "top"); in main()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 297 xo_close_container_h (xo_handle_t *xop, const char *name);
|
| H A D | libxo.c | 4687 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 D | api.rst | 653 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 D | example.rst | 97 xo_close_container_h(NULL, "top");
|