Searched refs:attribute_names (Results 1 – 5 of 5) sorted by relevance
/external/dbus/bus/ |
D | config-loader-libxml.c | 49 const char **attribute_names, **attribute_values; in xml_text_start_element() local 56 attribute_names = NULL; in xml_text_start_element() 69 attribute_names = dbus_new0 (const char *, n_attributes + 1); in xml_text_start_element() 71 if (attribute_names == NULL || attribute_values == NULL) in xml_text_start_element() 80 attribute_names[i] = xmlTextReaderConstName (reader); in xml_text_start_element() 82 if (attribute_names[i] == NULL || attribute_values[i] == NULL) in xml_text_start_element() 97 attribute_names, attribute_values, in xml_text_start_element() 103 dbus_free (attribute_names); in xml_text_start_element()
|
D | config-parser.c | 592 const char **attribute_names, in locate_attributes() argument 643 while (attribute_names[i]) in locate_attributes() 652 if (strcmp (attrs[j].name, attribute_names[i]) == 0) in locate_attributes() 676 attribute_names[i], element_name); in locate_attributes() 691 const char **attribute_names, in check_no_attributes() argument 695 if (attribute_names[0] != NULL) in check_no_attributes() 699 attribute_names[0], element_name); in check_no_attributes() 709 const char **attribute_names, in start_busconfig_child() argument 715 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child() 728 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child() [all …]
|
D | config-parser.h | 50 const char **attribute_names,
|
/external/bluez/utils/common/ |
D | sdp-glib.c | 58 const gchar *element_name, const gchar **attribute_names, in element_start() argument 68 for (i = 0; attribute_names[i]; i++) { in element_start() 69 if (!strcmp(attribute_names[i], "id")) { in element_start() 94 for (i = 0; attribute_names[i]; i++) { in element_start() 95 if (!strcmp(attribute_names[i], "value")) { in element_start() 109 if (!strcmp(attribute_names[i], "encoding")) { in element_start() 114 if (!strcmp(attribute_names[i], "name")) { in element_start()
|
/external/bluez/utils/eglib/ |
D | gmain.h | 343 const gchar **attribute_names,
|