Searched refs:XML_TAG_CLOSE (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/busctl/ |
D | busctl-introspect.c | 93 (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/ |
D | test-xml.c | 44 XML_TAG_CLOSE, "foo", in main() 62 XML_TAG_CLOSE, "foo", in main()
|
/systemd-251/src/shared/ |
D | xml.h | 8 XML_TAG_CLOSE, enumerator
|
D | xml.c | 128 x = XML_TAG_CLOSE; in xml_tokenize()
|