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

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Ddnsconf.h19 #include <isccfg/cfg.h>
H A Dnamedconf.h19 #include <isccfg/cfg.h>
H A Daclconf.h16 #include <isccfg/cfg.h>
H A Dgrammar.h20 #include <isccfg/cfg.h>
/bind-9.11.3/conftools/perllib/dnsconf/
H A DDNSConf-macros.h13 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 DDNSConf.i159 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 Dcheck.h19 #include <isccfg/cfg.h>
/bind-9.11.3/bin/named/include/named/
H A Dtkeyconf.h19 #include <isccfg/cfg.h>
31 *\li 'cfg' is a valid configuration options object.
H A Dzoneconf.h20 #include <isccfg/cfg.h>
H A Dconfig.h16 #include <isccfg/cfg.h>
H A Dlwresd.h19 #include <isccfg/cfg.h>
H A Dglobals.h19 #include <isccfg/cfg.h>
/bind-9.11.3/lib/isccfg/
H A Ddnsconf.c15 #include <isccfg/cfg.h>
H A Dnamedconf.c25 #include <isccfg/cfg.h>
H A Dparser.c30 #include <isccfg/cfg.h>
/bind-9.11.3/bin/tests/
H A Dcfg_test.c63 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 Dparser_test.c25 #include <isccfg/cfg.h>
/bind-9.11.3/bin/named/
H A Dtkeyconf.c19 #include <isccfg/cfg.h>
H A Dtsigconf.c21 #include <isccfg/cfg.h>
H A Dserver.c2128 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 Dlogconf.c24 #include <isccfg/cfg.h>
/bind-9.11.3/util/
H A Dkit.sh142 bin/tests/system/relay lib/cfg
/bind-9.11.3/lib/bind9/
H A Dcheck.c49 #include <isccfg/cfg.h>

Completed in 303 milliseconds