Home
last modified time | relevance | path

Searched refs:XML_TAG_CLOSE (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/busctl/
Dbusctl-introspect.c93 (t == XML_TAG_CLOSE && streq_ptr(name, "annotation"))) { in parse_xml_annotation()
228 (t == XML_TAG_CLOSE && streq_ptr(name, "node"))) { in parse_xml_node()
292 (t == XML_TAG_CLOSE && streq_ptr(name, "interface"))) { in parse_xml_node()
346 (t == XML_TAG_CLOSE && streq_ptr(name, "method"))) { in parse_xml_node()
402 (t == XML_TAG_CLOSE && streq_ptr(name, "arg"))) { in parse_xml_node()
483 (t == XML_TAG_CLOSE && streq_ptr(name, "signal"))) { in parse_xml_node()
539 (t == XML_TAG_CLOSE && streq_ptr(name, "arg"))) { in parse_xml_node()
617 (t == XML_TAG_CLOSE && streq_ptr(name, "property"))) { in parse_xml_node()
/systemd-251/src/test/
Dtest-xml.c44 XML_TAG_CLOSE, "foo", in main()
62 XML_TAG_CLOSE, "foo", in main()
/systemd-251/src/shared/
Dxml.h8 XML_TAG_CLOSE, enumerator
Dxml.c128 x = XML_TAG_CLOSE; in xml_tokenize()