Home
last modified time | relevance | path

Searched refs:attribute_values (Results 1 – 10 of 10) sorted by relevance

/external/dbus/bus/
Dconfig-loader-libxml.c49 const char **attribute_names, **attribute_values; in xml_text_start_element() local
57 attribute_values = NULL; in xml_text_start_element()
70 attribute_values = 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()
81 attribute_values[i] = xmlTextReaderConstValue (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()
104 dbus_free (attribute_values); in xml_text_start_element()
Dconfig-parser.c593 const char **attribute_values, in locate_attributes() argument
665 *retloc = attribute_values[i]; in locate_attributes()
692 const char **attribute_values, in check_no_attributes() argument
710 const char **attribute_values, 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()
741 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child()
756 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child()
769 if (!check_no_attributes (parser, "listen", attribute_names, attribute_values, error)) in start_busconfig_child()
782 if (!check_no_attributes (parser, "auth", attribute_names, attribute_values, error)) in start_busconfig_child()
[all …]
Dconfig-parser.h51 const char **attribute_values,
/external/bluetooth/glib/glib/
Dgmarkup.h69 const gchar **attribute_values,
155 const gchar **attribute_values,
/external/bluetooth/glib/tests/
Dmarkup-test.c24 const gchar **attribute_values, in start_element_handler() argument
40 attribute_values[i]); in start_element_handler()
Dmarkup-collect.c19 const char **attribute_values, in start() argument
28 attribute_values, error, __VA_ARGS__, \ in start()
/external/bluetooth/bluez/plugins/
Dservice.c95 const gchar **attribute_values, gpointer user_data, GError **err) in element_start() argument
106 ctx_data->attr_id = strtol(attribute_values[i], 0, 0); in element_start()
133 int attrlen = strlen(attribute_values[i]); in element_start()
141 attribute_values[i], attrlen); in element_start()
146 if (!strcmp(attribute_values[i], "hex")) in element_start()
151 ctx_data->stack_head->name = strdup(attribute_values[i]); in element_start()
/external/bluetooth/bluez/cups/
Dmain.c66 const gchar **attribute_values, gpointer user_data, GError **err) in element_start() argument
77 if (strtol(attribute_values[i], 0, 0) == ATTRID_1284ID) in element_start()
89 ctx_data->id = g_strdup(attribute_values[i] + 2); in element_start()
/external/protobuf/gtest/scons/
DSConstruct.common91 attribute_values = env[attribute]
92 if value in attribute_values:
93 attribute_values.remove(value)
/external/bluetooth/glib/gio/
Dgcontenttype.c559 const gchar **attribute_values, in mime_info_start_element() argument
573 lang = attribute_values[i]; in mime_info_start_element()