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

/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c554 if (cfg_obj_asboolean(obj))
576 zonestats_on = cfg_obj_asboolean(obj);
596 if (cfg_obj_asboolean(obj))
644 cfg_obj_asboolean(obj));
691 ixfrdiff = cfg_obj_asboolean(obj);
725 cfg_obj_asboolean(obj));
741 dns_zone_setzeronosoattl(zone, cfg_obj_asboolean(obj));
747 cfg_obj_asboolean(obj));
827 cfg_obj_asboolean(obj));
844 check = cfg_obj_asboolean(ob
[all...]
H A Dlogconf.c193 if (printcat != NULL && cfg_obj_asboolean(printcat))
195 if (printtime != NULL && cfg_obj_asboolean(printtime))
197 if (printsev != NULL && cfg_obj_asboolean(printsev))
H A Dserver.c594 value = cfg_obj_asboolean(cfg_tuple_get(obj, "value"));
799 CHECK(dns_peer_setbogus(peer, cfg_obj_asboolean(obj)));
804 CHECK(dns_peer_setprovideixfr(peer, cfg_obj_asboolean(obj)));
809 CHECK(dns_peer_setrequestixfr(peer, cfg_obj_asboolean(obj)));
814 CHECK(dns_peer_setrequestnsid(peer, cfg_obj_asboolean(obj)));
819 CHECK(dns_peer_setsupportedns(peer, cfg_obj_asboolean(obj)));
1403 if (obj != NULL && cfg_obj_asboolean(obj)) {
1536 zero_no_soattl = cfg_obj_asboolean(obj);
1541 view->acceptexpired = cfg_obj_asboolean(obj);
1546 view->enablevalidation = cfg_obj_asboolean(ob
[all...]
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h268 cfg_obj_asboolean(const cfg_obj_t *obj);
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c266 if (cfg_obj_asboolean(obj))
311 if (cfg_obj_asboolean(obj))
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c447 recursion = cfg_obj_asboolean(obj);
1920 enablednssec = cfg_obj_asboolean(obj);
1930 enablevalidation = cfg_obj_asboolean(obj);
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c847 cfg_obj_asboolean(const cfg_obj_t *obj) { function

Completed in 40 milliseconds