Home
last modified time | relevance | path

Searched refs:xml2json_cbuf (Results 1 – 8 of 8) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_json.h47 int xml2json_cbuf(cbuf *cb, cxobj *x, int pretty);
/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_err.c452 if (xml2json_cbuf(cb, xerr, pretty) < 0) in api_return_err()
459 if (xml2json_cbuf(cb, xerr, pretty) < 0) in api_return_err()
H A Drestconf_root.c172 if (xml2json_cbuf(cb, xt, pretty) < 0) in api_root_restconf_exact()
226 if (xml2json_cbuf(cb, xt, pretty) < 0) in api_yang_library_version()
H A Drestconf_methods_get.c253 if (xml2json_cbuf(cbx, xret, pretty) < 0) in api_data_get2()
H A Drestconf_methods_post.c951 if (xml2json_cbuf(cbret, xoutput, pretty) < 0) in api_operations_post()
/dports/devel/clixon/clixon-4.8.0/util/
H A Dclixon_util_json.c149 xml2json_cbuf(cb, xc, pretty); /* print xml */ in main()
H A Dclixon_util_xml.c340 xml2json_cbuf(cb, xc, pretty); /* print xml */ in main()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_json.c917 xml2json_cbuf(cbuf *cb, in xml2json_cbuf() function
1038 if (xml2json_cbuf(cb, x, pretty) < 0) in xml2json_cb()