Home
last modified time | relevance | path

Searched refs:nscache_set (Results 1 – 5 of 5) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml_nsctx.c490 nscache_set(x, prefix, ns) < 0) in xml2ns()
561 if (ns && nscache_set(x, prefix, ns) < 0) in xmlns_set()
595 if (nscache_set(xn, NULL, namespace) < 0) in xml2prefix()
606 if (nscache_set(xn, prefix, namespace) < 0) in xml2prefix()
616 if (nscache_set(xn, prefix, namespace) < 0) in xml2prefix()
H A Dclixon_xml_map.c900 if (nscache_set(x, prefix, namespace) < 0) in add_namespace()
1664 if (nscache_set(x1, prefix1, ns) < 0) in assign_namespace()
H A Dclixon_datastore_write.c179 if (nscache_set(x, prefix, ns0) < 0) in check_body_namespace()
H A Dclixon_xml.c497 nscache_set(cxobj *x, in nscache_set() function
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_xml.h164 int nscache_set(cxobj *x, char *prefix, char *ns);