Lines Matching full:parser
30 #include "config-parser.h"
262 BusConfigParser *parser,
284 pidfile = bus_config_parser_get_pidfile (parser);
307 auth_mechanisms_list = bus_config_parser_get_mechanisms (parser);
341 addresses = bus_config_parser_get_addresses (parser);
370 context->type = _dbus_strdup (bus_config_parser_get_type (parser));
371 if (bus_config_parser_get_type (parser) != NULL && context->type == NULL)
377 user = bus_config_parser_get_user (parser);
388 context->fork = bus_config_parser_get_fork (parser);
403 BusConfigParser *parser,
425 bus_config_parser_get_limits (parser, &context->limits);
427 context->policy = bus_config_parser_steal_policy (parser);
479 bus_config_parser_get_service_dirs (parser),
506 BusConfigParser *parser,
511 service_context_table = bus_config_parser_steal_service_context_table (parser);
522 _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser),
537 BusConfigParser *parser;
543 parser = NULL;
579 parser = bus_config_load (config_file, TRUE, NULL, error);
580 if (parser == NULL)
586 if (!process_config_first_time_only (context, parser, error))
591 if (!process_config_every_time (context, parser, FALSE, error))
765 if (!process_config_postinit (context, parser, error))
771 if (parser != NULL)
773 bus_config_parser_unref (parser);
774 parser = NULL;
794 if (parser != NULL)
795 bus_config_parser_unref (parser);
809 BusConfigParser *parser;
818 parser = bus_config_load (&config_file, TRUE, NULL, error);
819 if (parser == NULL)
825 if (!process_config_every_time (context, parser, TRUE, error))
830 if (!process_config_postinit (context, parser, error))
838 if (parser != NULL)
839 bus_config_parser_unref (parser);