Lines Matching refs:parser
31 #include "config-parser.h"
283 BusConfigParser *parser,
310 pidfile = bus_config_parser_get_pidfile (parser);
351 context->type = _dbus_strdup (bus_config_parser_get_type (parser));
352 if (bus_config_parser_get_type (parser) != NULL && context->type == NULL)
355 user = bus_config_parser_get_user (parser);
392 auth_mechanisms_list = bus_config_parser_get_mechanisms (parser);
441 addresses = bus_config_parser_get_addresses (parser);
467 context->fork = bus_config_parser_get_fork (parser);
468 context->syslog = bus_config_parser_get_syslog (parser);
469 context->keep_umask = bus_config_parser_get_keep_umask (parser);
470 context->allow_anonymous = bus_config_parser_get_allow_anonymous (parser);
493 BusConfigParser *parser,
519 bus_config_parser_get_limits (parser, &context->limits);
523 context->policy = bus_config_parser_steal_policy (parser);
570 dirs = bus_config_parser_get_service_dirs (parser);
573 servicehelper = bus_config_parser_get_servicehelper (parser);
645 BusConfigParser *parser,
651 service_context_table = bus_config_parser_steal_service_context_table (parser);
664 if (!list_concat_new (bus_config_parser_get_conf_dirs (parser),
665 bus_config_parser_get_service_dirs (parser),
690 BusConfigParser *parser;
695 parser = NULL;
733 parser = bus_config_load (config_file, TRUE, NULL, error);
734 if (parser == NULL)
740 if (!process_config_first_time_only (context, parser, address, systemd_activation, error))
745 if (!process_config_every_time (context, parser, FALSE, error))
891 if (!process_config_postinit (context, parser, error))
897 if (parser != NULL)
899 bus_config_parser_unref (parser);
900 parser = NULL;
925 if (parser != NULL)
926 bus_config_parser_unref (parser);
947 BusConfigParser *parser;
956 parser = bus_config_load (&config_file, TRUE, NULL, error);
957 if (parser == NULL)
963 if (!process_config_every_time (context, parser, TRUE, error))
968 if (!process_config_postinit (context, parser, error))
979 if (parser != NULL)
980 bus_config_parser_unref (parser);