Home
last modified time | relevance | path

Searched refs:attribute_values (Results 1 – 6 of 6) 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/protobuf/gtest/scons/
DSConstruct.common91 attribute_values = env[attribute]
92 if value in attribute_values:
93 attribute_values.remove(value)