Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-loader-libxml.c52 const char **attribute_names, **attribute_values; in xml_text_start_element() local
59 attribute_names = NULL; in xml_text_start_element()
72 attribute_names = dbus_new0 (const char *, n_attributes + 1); in xml_text_start_element()
74 if (attribute_names == NULL || attribute_values == NULL) in xml_text_start_element()
83 attribute_names[i] = xmlTextReaderConstName (reader); in xml_text_start_element()
85 if (attribute_names[i] == NULL || attribute_values[i] == NULL) in xml_text_start_element()
100 attribute_names, attribute_values, in xml_text_start_element()
106 dbus_free (attribute_names); in xml_text_start_element()
Dconfig-parser.c557 const char **attribute_names, in locate_attributes() argument
605 while (attribute_names[i]) in locate_attributes()
614 if (strcmp (attrs[j].name, attribute_names[i]) == 0) in locate_attributes()
638 attribute_names[i], element_name); in locate_attributes()
653 const char **attribute_names, in check_no_attributes() argument
657 if (attribute_names[0] != NULL) in check_no_attributes()
661 attribute_names[0], element_name); in check_no_attributes()
671 const char **attribute_names, in start_busconfig_child() argument
681 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child()
694 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child()
[all …]
Dconfig-parser-trivial.h47 const char **attribute_names,
Dconfig-parser.h48 const char **attribute_names,
Dconfig-parser-trivial.c156 const char **attribute_names, in bus_config_parser_start_element() argument