Searched refs:conf_parser (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c4266 cfg_parser_t *conf_parser = NULL, *bindkeys_parser = NULL; local
4328 CHECK(cfg_parser_create(ns_g_mctx, ns_g_lctx, &conf_parser));
4329 cfg_parser_setcallback(conf_parser, directory_callback, NULL);
4330 result = cfg_parse_file(conf_parser, filename,
4346 if (conf_parser != NULL)
4347 cfg_parser_destroy(&conf_parser);
4348 CHECK(cfg_parser_create(ns_g_mctx, ns_g_lctx, &conf_parser));
4349 result = ns_lwresd_parseeresolvconf(ns_g_mctx, conf_parser,
4752 CHECK(setup_newzones(view, config, vconfig, conf_parser,
4772 CHECK(setup_newzones(view, config, NULL, conf_parser,
[all...]

Completed in 134 milliseconds