Searched refs:check_no_attributes (Results 1 – 1 of 1) sorted by relevance
/external/dbus/bus/ |
D | config-parser.c | 689 check_no_attributes (BusConfigParser *parser, in check_no_attributes() function 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() 795 if (!check_no_attributes (parser, "includedir", attribute_names, attribute_values, error)) in start_busconfig_child() 812 …if (!check_no_attributes (parser, "standard_session_servicedirs", attribute_names, attribute_value… in start_busconfig_child() 834 if (!check_no_attributes (parser, "servicedir", attribute_names, attribute_values, error)) in start_busconfig_child() [all …]
|