HomeSort by relevance Sort by last modified time
    Searched refs:attribute_names (Results 1 - 9 of 9) sorted by null

  /external/dbus/bus/
config-loader-libxml.c 49 const char **attribute_names, **attribute_values; local
56 attribute_names = NULL;
69 attribute_names = dbus_new0 (const char *, n_attributes + 1);
71 if (attribute_names == NULL || attribute_values == NULL)
80 attribute_names[i] = xmlTextReaderConstName (reader);
82 if (attribute_names[i] == NULL || attribute_values[i] == NULL)
97 attribute_names, attribute_values,
103 dbus_free (attribute_names);
config-parser.h 50 const char **attribute_names,
config-parser.c 592 const char **attribute_names,
643 while (attribute_names[i])
652 if (strcmp (attrs[j].name, attribute_names[i]) == 0)
676 attribute_names[i], element_name);
691 const char **attribute_names,
695 if (attribute_names[0] != NULL)
699 attribute_names[0], element_name);
709 const char **attribute_names,
715 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error))
728 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)
    [all...]
  /external/bluetooth/glib/tests/
markup-test.c 23 const gchar **attribute_names,
34 while (attribute_names[i] != NULL)
39 attribute_names[i],
markup-collect.c 18 const char **attribute_names,
27 g_markup_collect_attributes (element_name, attribute_names, \
  /external/bluetooth/glib/glib/
gmarkup.h 68 const gchar **attribute_names,
154 const gchar **attribute_names,
  /external/bluetooth/bluez/cups/
main.c 65 const gchar *element_name, const gchar **attribute_names,
75 for (i = 0; attribute_names[i]; i++) {
76 if (!strcmp(attribute_names[i], "id")) {
87 for (i = 0; attribute_names[i]; i++) {
88 if (!strcmp(attribute_names[i], "value")) {
  /external/bluetooth/bluez/plugins/
service.c 94 const gchar *element_name, const gchar **attribute_names,
104 for (i = 0; attribute_names[i]; i++) {
105 if (!strcmp(attribute_names[i], "id")) {
130 for (i = 0; attribute_names[i]; i++) {
131 if (!strcmp(attribute_names[i], "value")) {
145 if (!strcmp(attribute_names[i], "encoding")) {
150 if (!strcmp(attribute_names[i], "name")) {
  /external/bluetooth/glib/gio/
gcontenttype.c 558 const gchar **attribute_names,
570 for (i = 0; attribute_names[i]; i++)
571 if (strcmp (attribute_names[i], "xml:lang") == 0)
    [all...]

Completed in 988 milliseconds