Searched refs:attribute_names (Results 1 – 11 of 11) sorted by relevance
/external/dbus/bus/ |
D | config-loader-libxml.c | 52 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()
|
D | config-parser.c | 557 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 …]
|
D | config-parser-trivial.h | 47 const char **attribute_names,
|
D | config-parser.h | 48 const char **attribute_names,
|
D | config-parser-trivial.c | 156 const char **attribute_names, in bus_config_parser_start_element() argument
|
/external/bluetooth/glib/tests/ |
D | markup-test.c | 23 const gchar **attribute_names, in start_element_handler() argument 34 while (attribute_names[i] != NULL) in start_element_handler() 39 attribute_names[i], in start_element_handler()
|
D | markup-collect.c | 18 const char **attribute_names, in start() argument 27 g_markup_collect_attributes (element_name, attribute_names, \ in start()
|
/external/bluetooth/glib/glib/ |
D | gmarkup.h | 68 const gchar **attribute_names, 154 const gchar **attribute_names,
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 92 const gchar *element_name, const gchar **attribute_names, in element_start() argument 102 for (i = 0; attribute_names[i]; i++) { in element_start() 103 if (!strcmp(attribute_names[i], "id")) { in element_start() 128 for (i = 0; attribute_names[i]; i++) { in element_start() 129 if (!strcmp(attribute_names[i], "value")) { in element_start() 143 if (!strcmp(attribute_names[i], "encoding")) { in element_start() 148 if (!strcmp(attribute_names[i], "name")) { in element_start()
|
/external/bluetooth/bluez/cups/ |
D | main.c | 66 const gchar **attribute_names, in element_start() argument 77 for (i = 0; attribute_names[i]; i++) { in element_start() 78 if (strcmp(attribute_names[i], "id") != 0) in element_start() 89 for (i = 0; attribute_names[i]; i++) { in element_start() 90 if (!strcmp(attribute_names[i], "value")) { in element_start()
|
/external/bluetooth/glib/gio/ |
D | gcontenttype.c | 558 const gchar **attribute_names, in mime_info_start_element() argument 570 for (i = 0; attribute_names[i]; i++) in mime_info_start_element() 571 if (strcmp (attribute_names[i], "xml:lang") == 0) in mime_info_start_element()
|