/external/dbus/bus/ |
D | config-loader-libxml.c | 52 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()
|
D | config-parser.c | 558 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 …]
|
D | config-parser-trivial.h | 48 const char **attribute_values,
|
D | config-parser.h | 49 const char **attribute_values,
|
D | config-parser-trivial.c | 157 const char **attribute_values, in bus_config_parser_start_element() argument
|
/external/bluetooth/glib/glib/ |
D | gmarkup.h | 69 const gchar **attribute_values, 155 const gchar **attribute_values,
|
/external/bluetooth/glib/tests/ |
D | markup-test.c | 24 const gchar **attribute_values, in start_element_handler() argument 40 attribute_values[i]); in start_element_handler()
|
D | markup-collect.c | 19 const char **attribute_values, in start() argument 28 attribute_values, error, __VA_ARGS__, \ in start()
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 93 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/ |
D | main.c | 67 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/ |
D | SConstruct.common | 91 attribute_values = env[attribute] 92 if value in attribute_values: 93 attribute_values.remove(value)
|
/external/bluetooth/glib/gio/ |
D | gcontenttype.c | 559 const gchar **attribute_values, in mime_info_start_element() argument 573 lang = attribute_values[i]; in mime_info_start_element()
|