• Home
  • Raw
  • Download

Lines Matching refs:BusConfigParser

82 struct BusConfigParser  struct
125 push_element (BusConfigParser *parser, in push_element() argument
157 pop_element (BusConfigParser *parser) in pop_element()
167 peek_element (BusConfigParser *parser) in peek_element()
177 top_element_type (BusConfigParser *parser) in top_element_type()
279 merge_included (BusConfigParser *parser, in merge_included()
280 BusConfigParser *included, in merge_included()
342 seen_include (BusConfigParser *parser, in seen_include()
359 BusConfigParser*
362 const BusConfigParser *parent) in bus_config_parser_new()
364 BusConfigParser *parser; in bus_config_parser_new()
366 parser = dbus_new0 (BusConfigParser, 1); in bus_config_parser_new()
466 BusConfigParser *
467 bus_config_parser_ref (BusConfigParser *parser) in bus_config_parser_ref()
477 bus_config_parser_unref (BusConfigParser *parser) in bus_config_parser_unref()
530 bus_config_parser_check_doctype (BusConfigParser *parser, in bus_config_parser_check_doctype()
555 locate_attributes (BusConfigParser *parser, in locate_attributes()
651 check_no_attributes (BusConfigParser *parser, in check_no_attributes()
669 start_busconfig_child (BusConfigParser *parser, in start_busconfig_child()
1132 append_rule_from_element (BusConfigParser *parser, in append_rule_from_element()
1643 start_policy_child (BusConfigParser *parser, in start_policy_child()
1689 start_selinux_child (BusConfigParser *parser, in start_selinux_child()
1761 bus_config_parser_start_element (BusConfigParser *parser, in bus_config_parser_start_element()
1826 set_limit (BusConfigParser *parser, in set_limit()
1956 bus_config_parser_end_element (BusConfigParser *parser, in bus_config_parser_end_element()
2080 include_file (BusConfigParser *parser, in include_file()
2089 BusConfigParser *included; in include_file()
2153 servicehelper_path (BusConfigParser *parser, in servicehelper_path()
2187 include_dir (BusConfigParser *parser, in include_dir()
2279 bus_config_parser_content (BusConfigParser *parser, in bus_config_parser_content()
2580 bus_config_parser_finished (BusConfigParser *parser, in bus_config_parser_finished()
2605 bus_config_parser_get_user (BusConfigParser *parser) in bus_config_parser_get_user()
2611 bus_config_parser_get_type (BusConfigParser *parser) in bus_config_parser_get_type()
2617 bus_config_parser_get_addresses (BusConfigParser *parser) in bus_config_parser_get_addresses()
2623 bus_config_parser_get_mechanisms (BusConfigParser *parser) in bus_config_parser_get_mechanisms()
2629 bus_config_parser_get_service_dirs (BusConfigParser *parser) in bus_config_parser_get_service_dirs()
2635 bus_config_parser_get_conf_dirs (BusConfigParser *parser) in bus_config_parser_get_conf_dirs()
2641 bus_config_parser_get_fork (BusConfigParser *parser) in bus_config_parser_get_fork()
2647 bus_config_parser_get_syslog (BusConfigParser *parser) in bus_config_parser_get_syslog()
2653 bus_config_parser_get_keep_umask (BusConfigParser *parser) in bus_config_parser_get_keep_umask()
2659 bus_config_parser_get_allow_anonymous (BusConfigParser *parser) in bus_config_parser_get_allow_anonymous()
2665 bus_config_parser_get_pidfile (BusConfigParser *parser) in bus_config_parser_get_pidfile()
2671 bus_config_parser_get_servicehelper (BusConfigParser *parser) in bus_config_parser_get_servicehelper()
2677 bus_config_parser_steal_policy (BusConfigParser *parser) in bus_config_parser_steal_policy()
2692 bus_config_parser_get_limits (BusConfigParser *parser, in bus_config_parser_get_limits()
2699 bus_config_parser_steal_service_context_table (BusConfigParser *parser) in bus_config_parser_steal_service_context_table()
2727 BusConfigParser *parser; in do_load()
3026 config_parsers_equal (const BusConfigParser *a, in config_parsers_equal()
3027 const BusConfigParser *b) in config_parsers_equal()
3074 BusConfigParser *first_parser; in all_are_equiv()
3075 BusConfigParser *parser; in all_are_equiv()