Home
last modified time | relevance | path

Searched refs:xmlns_set (Results 1 – 12 of 12) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/example/main/
H A Dexample_netconf.c86 if (xmlns_set(x, NULL, namespace) < 0) in netconf_client_rpc()
H A Dexample_restconf.c344 if (xmlns_set(x, NULL, namespace) < 0) in restconf_client_rpc()
H A Dexample_backend.c311 if (xmlns_set(x, NULL, namespace) < 0) in example_rpc()
/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_lib.c304 if (xmlns_set(xdata, "yang", YANG_XML_NAMESPACE) < 0) in restconf_insert_attributes()
362 if (xmlns_set(xdata, cv_name_get(cv), ns) < 0) in restconf_insert_attributes()
H A Drestconf_methods_get.c297 if (namespace && xmlns_set(x, prefix, namespace) < 0) in api_data_get2()
H A Drestconf_methods_post.c694 if (xmlns_set(xoutput, NULL, namespace) < 0) in api_operations_post_output()
/dports/devel/clixon/clixon-4.8.0/test/
H A Dtest_c++.sh111 if (xmlns_set(x, NULL, ns) < 0)
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_xml.h168 int xmlns_set(cxobj *x, char *prefix, char *ns);
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml_nsctx.c541 xmlns_set(cxobj *x, in xmlns_set() function
H A Dclixon_xml_map.c1615 if (xmlns_set(x, NULL, ns_correct) < 0) in xmlns_assign()
1873 if (xmlns_set(x1, px, ns) < 0) in xml_merge1()
H A Dclixon_path.c1044 if (xmlns_set(x, NULL, namespace) < 0) in api_path2xml_vec()
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_common.c303 if (ns && pf && xmlns_set(xbot, pf, ns) < 0) in cli_dbxml()