• Home
  • Raw
  • Download

Lines Matching refs:check_no_attributes

652 check_no_attributes (BusConfigParser  *parser,  in check_no_attributes()  function
682 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child()
695 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child()
708 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child()
723 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error)) in start_busconfig_child()
738 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error)) in start_busconfig_child()
753 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child()
766 if (!check_no_attributes (parser, "listen", attribute_names, attribute_values, error)) in start_busconfig_child()
779 if (!check_no_attributes (parser, "auth", attribute_names, attribute_values, error)) in start_busconfig_child()
792 if (!check_no_attributes (parser, "servicehelper", attribute_names, attribute_values, error)) in start_busconfig_child()
805 if (!check_no_attributes (parser, "includedir", attribute_names, attribute_values, error)) in start_busconfig_child()
822 …if (!check_no_attributes (parser, "standard_session_servicedirs", attribute_names, attribute_value… in start_busconfig_child()
848 …if (!check_no_attributes (parser, "standard_system_servicedirs", attribute_names, attribute_values… in start_busconfig_child()
870 … if (!check_no_attributes (parser, "allow_anonymous", attribute_names, attribute_values, error)) in start_busconfig_child()
884 if (!check_no_attributes (parser, "servicedir", attribute_names, attribute_values, error)) in start_busconfig_child()
1112 if (!check_no_attributes (parser, "selinux", attribute_names, attribute_values, error)) in start_busconfig_child()
1794 if (!check_no_attributes (parser, "busconfig", attribute_names, attribute_values, error)) in bus_config_parser_start_element()