• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/

Lines Matching refs:parser

34 #include "config-parser.h"
270 BusConfigParser *parser,
304 pidfile = bus_config_parser_get_pidfile (parser);
345 context->type = _dbus_strdup (bus_config_parser_get_type (parser));
346 if (bus_config_parser_get_type (parser) != NULL && context->type == NULL)
349 user = bus_config_parser_get_user (parser);
395 auth_mechanisms_list = bus_config_parser_get_mechanisms (parser);
445 addresses = bus_config_parser_get_addresses (parser);
471 context->fork = bus_config_parser_get_fork (parser);
472 context->syslog = bus_config_parser_get_syslog (parser);
473 context->keep_umask = bus_config_parser_get_keep_umask (parser);
474 context->allow_anonymous = bus_config_parser_get_allow_anonymous (parser);
497 BusConfigParser *parser,
522 bus_config_parser_get_limits (parser, &context->limits);
526 context->policy = bus_config_parser_steal_policy (parser);
573 dirs = bus_config_parser_get_service_dirs (parser);
576 servicehelper = bus_config_parser_get_servicehelper (parser);
665 BusConfigParser *parser,
673 service_context_table = bus_config_parser_steal_service_context_table (parser);
686 if (!list_concat_new (bus_config_parser_get_conf_dirs (parser),
687 bus_config_parser_get_service_dirs (parser),
710 BusConfigParser *parser;
718 parser = NULL;
756 parser = bus_config_load (config_file, TRUE, NULL, error);
757 if (parser == NULL)
763 if (!process_config_first_time_only (context, parser, address, flags, error))
768 if (!process_config_every_time (context, parser, FALSE, error))
899 if (!process_config_postinit (context, parser, error))
905 if (parser != NULL)
907 bus_config_parser_unref (parser);
908 parser = NULL;
933 if (parser != NULL)
934 bus_config_parser_unref (parser);
955 BusConfigParser *parser;
964 parser = bus_config_load (&config_file, TRUE, NULL, error);
965 if (parser == NULL)
971 if (!process_config_every_time (context, parser, TRUE, error))
976 if (!process_config_postinit (context, parser, error))
987 if (parser != NULL)
988 bus_config_parser_unref (parser);