/bind-9.11.3/lib/isccfg/include/isccfg/ |
H A D | dnsconf.h | 19 #include <isccfg/cfg.h>
|
H A D | namedconf.h | 19 #include <isccfg/cfg.h>
|
H A D | aclconf.h | 16 #include <isccfg/cfg.h>
|
H A D | grammar.h | 20 #include <isccfg/cfg.h>
|
/bind-9.11.3/conftools/perllib/dnsconf/ |
H A D | DNSConf-macros.h | 13 void CONCAT(DNSConf_set, FIELD)(DNSConf *cfg, const char *arg) { \ 17 if (!DNSConf_initctx(cfg)) \ 22 CONCAT(dns_c_ctx_unset, FIELD)(cfg->confctx); \ 25 CONCAT(dns_c_ctx_unset, FIELD)(cfg->confctx); \ 27 CONCAT(dns_c_ctx_set, FIELD)(cfg->confctx, arg); \ 31 char * CONCAT(DNSConf_get, FIELD)(DNSConf *cfg) { \ 35 if (cfg == NULL || cfg->confctx == NULL) \ 38 tmpres = CONCAT(dns_c_ctx_get, FIELD)(cfg->confctx, &result); \
|
H A D | DNSConf.i | 159 int DNSConf_initctx(DNSConf *cfg) { 160 if (cfg == NULL) 163 if (cfg->confctx != NULL) 169 if (dns_c_ctx_new(ctx.mem, &cfg->confctx) != ISC_R_SUCCESS) 194 void DNSConf_setdirectory(DNSConf *cfg, const char *directory) { 198 if (!DNSConf_initctx(cfg)) 203 dns_c_ctx_unsetdirectory(cfg->confctx); 206 dns_c_ctx_unsetdirectory(cfg->confctx); 208 dns_c_ctx_setdirectory(cfg->confctx, directory); 211 char *DNSConf_getdirectory(DNSConf *cfg) { [all...] |
/bind-9.11.3/lib/bind9/include/bind9/ |
H A D | check.h | 19 #include <isccfg/cfg.h>
|
/bind-9.11.3/bin/named/include/named/ |
H A D | tkeyconf.h | 19 #include <isccfg/cfg.h> 31 *\li 'cfg' is a valid configuration options object.
|
H A D | zoneconf.h | 20 #include <isccfg/cfg.h>
|
H A D | config.h | 16 #include <isccfg/cfg.h>
|
H A D | lwresd.h | 19 #include <isccfg/cfg.h>
|
H A D | globals.h | 19 #include <isccfg/cfg.h>
|
/bind-9.11.3/lib/isccfg/ |
H A D | dnsconf.c | 15 #include <isccfg/cfg.h>
|
H A D | namedconf.c | 25 #include <isccfg/cfg.h>
|
H A D | parser.c | 30 #include <isccfg/cfg.h>
|
/bind-9.11.3/bin/tests/ |
H A D | cfg_test.c | 63 cfg_obj_t *cfg = NULL; local 157 result = cfg_parse_file(pctx, filename, type, &cfg); 164 cfg_print(cfg, output, NULL); 166 cfg_obj_destroy(pctx, &cfg);
|
/bind-9.11.3/lib/isccfg/tests/ |
H A D | parser_test.c | 25 #include <isccfg/cfg.h>
|
/bind-9.11.3/bin/named/ |
H A D | tkeyconf.c | 19 #include <isccfg/cfg.h>
|
H A D | tsigconf.c | 21 #include <isccfg/cfg.h>
|
H A D | server.c | 2128 ns_cfgctx_t *cfg; local 2131 cfg = (ns_cfgctx_t *) ev->view->new_zone_config; 2132 if (cfg == NULL) { 2199 cfg_parser_reset(cfg->add_parser); 2200 result = cfg_parse_buffer3(cfg->add_parser, confbuf, "catz", 0, 2228 result = configure_zone(cfg->config, zoneobj, cfg->vconfig, 2230 &ev->cbd->server->viewlist, cfg->actx, 2279 cfg_obj_destroy(cfg->add_parser, &zoneconf); 12005 do_addzone(ns_server_t *server, ns_cfgctx_t *cfg, dns_view_ argument 12168 do_modzone(ns_server_t *server, ns_cfgctx_t *cfg, dns_view_t *view, dns_name_t *name, const char *zname, const cfg_obj_t *zoneobj, isc_buffer_t **text) argument 12376 ns_cfgctx_t *cfg = NULL; local 12481 ns_cfgctx_t *cfg; local 12837 ns_cfgctx_t *cfg = NULL; local 12915 ns_cfgctx_t *cfg; local [all...] |
H A D | logconf.c | 24 #include <isccfg/cfg.h>
|
/bind-9.11.3/util/ |
H A D | kit.sh | 142 bin/tests/system/relay lib/cfg
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 49 #include <isccfg/cfg.h>
|