Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-loader-libxml.c52 const char **attribute_names, **attribute_values; in xml_text_start_element() local
60 attribute_values = NULL; in xml_text_start_element()
73 attribute_values = 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()
84 attribute_values[i] = xmlTextReaderConstValue (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()
107 dbus_free (attribute_values); in xml_text_start_element()
Dconfig-parser.c558 const char **attribute_values, in locate_attributes() argument
627 *retloc = attribute_values[i]; in locate_attributes()
654 const char **attribute_values, in check_no_attributes() argument
672 const char **attribute_values, 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()
707 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child()
722 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error)) in start_busconfig_child()
737 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error)) in start_busconfig_child()
752 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child()
[all …]
Dconfig-parser-trivial.h48 const char **attribute_values,
Dconfig-parser.h49 const char **attribute_values,
Dconfig-parser-trivial.c157 const char **attribute_values, in bus_config_parser_start_element() argument
/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.c93 const gchar **attribute_values, gpointer user_data, GError **err) in element_start() argument
104 ctx_data->attr_id = strtol(attribute_values[i], 0, 0); in element_start()
131 int attrlen = strlen(attribute_values[i]); in element_start()
139 attribute_values[i], attrlen); in element_start()
144 if (!strcmp(attribute_values[i], "hex")) in element_start()
149 ctx_data->stack_head->name = strdup(attribute_values[i]); in element_start()
/external/bluetooth/bluez/cups/
Dmain.c67 const gchar **attribute_values, in element_start() argument
80 if (strtol(attribute_values[i], 0, 0) == ATTRID_1284ID) in element_start()
91 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()