Home | History | Annotate | Download | only in bus

Lines Matching defs:BusConfigParser

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