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

/bind-9.11.3/bin/named/
H A Dserver.c263 cfg_parser_t * conf_parser; member in struct:ns_cfgctx
6672 cfg_parser_t *conf_parser, cfg_aclconfctx_t *actx,
6760 cfg_parser_attach(conf_parser, &nzcfg->conf_parser);
7278 cfg_parser_t *conf_parser = NULL, *bindkeys_parser = NULL; local
7352 CHECK(cfg_parser_create(ns_g_mctx, ns_g_lctx, &conf_parser));
7353 cfg_parser_setcallback(conf_parser, directory_callback, NULL);
7354 result = cfg_parse_file(conf_parser, filename,
7370 if (conf_parser != NULL) {
7371 cfg_parser_destroy(&conf_parser);
6671 setup_newzones(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, cfg_parser_t *conf_parser, cfg_aclconfctx_t *actx, int *num_zones) argument
[all...]

Completed in 45 milliseconds