Home
last modified time | relevance | path

Searched refs:lyxml_ns (Results 1 – 10 of 10) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dxml.h58 struct lyxml_ns { struct
60 struct lyxml_ns *next; /**< next sibling attribute */ argument
78 const struct lyxml_ns *ns; /**< pointer to the namespace of the attribute if any */ argument
104 const struct lyxml_ns *ns; /**< namespace of the element */
302 const struct lyxml_ns *lyxml_get_ns(const struct lyxml_elem *elem, const char *prefix);
H A Dxml.c43 API const struct lyxml_ns *
65 return (struct lyxml_ns *)attr; in lyxml_get_ns()
69 return (struct lyxml_ns *)attr; in lyxml_get_ns()
80 const struct lyxml_ns *tmp_ns; in lyxml_correct_attr_ns()
140 ((struct lyxml_ns *)result)->parent = parent; in lyxml_dup_attr()
164 const struct lyxml_ns *ns; in lyxml_correct_content_ns()
215 const struct lyxml_ns *tmp_ns; in lyxml_correct_elem_ns()
830 attr = calloc(1, sizeof (struct lyxml_ns)); in parse_attr()
834 ((struct lyxml_ns *)attr)->parent = parent; in parse_attr()
1201 elem->ns = (struct lyxml_ns *)attr; in lyxml_parse_elem()
[all …]
H A Dcommon.c467 const struct lyxml_ns *ns; in transform_xml2json_subexp()
H A Dparser.c1170 const struct lyxml_ns *ns; in ident_val_add_module_prefix()
1175 LY_TREE_FOR((struct lyxml_ns *)xml->attr, ns) { in ident_val_add_module_prefix()
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DXml.cpp30 Xml_Ns::Xml_Ns(const struct lyxml_ns *ns, S_Deleter deleter): in Xml_Ns()
31 ns((struct lyxml_ns *) ns), in Xml_Ns()
61 const struct lyxml_ns *ns = lyxml_get_ns(elem, prefix); in get_ns()
62 return elem->ns ? std::make_shared<Xml_Ns>((struct lyxml_ns *)ns, deleter) : nullptr; in get_ns()
H A DXml.hpp47 Xml_Ns(const struct lyxml_ns *ns, S_Deleter deleter);
60 struct lyxml_ns *ns;
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_xml.c474 const struct lyxml_ns *ns = NULL; in test_lyxml_get_ns()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump5193 'Name' => 'struct lyxml_ns',
5200 'Name' => 'struct lyxml_ns const',
5206 'Name' => 'struct lyxml_ns*',
5314 'Name' => 'struct lyxml_ns const*',
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1160 const struct lyxml_ns *ns; in ident_val_add_module_prefix()
1165 LY_TREE_FOR((struct lyxml_ns *)xml->attr, ns) { in ident_val_add_module_prefix()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-19334/
H A Dparser.c1160 const struct lyxml_ns *ns; in ident_val_add_module_prefix()
1165 LY_TREE_FOR((struct lyxml_ns *)xml->attr, ns) { in ident_val_add_module_prefix()