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

/bind-9.11.3/bin/named/
H A Dserver.c2427 const cfg_obj_t *catz_obj, *obj; local
2436 catz_obj = cfg_listelt_value(element);
2438 str = cfg_obj_asstring(cfg_tuple_get(catz_obj, "zone name"));
2446 cfg_obj_log(catz_obj, ns_g_lctx, DNS_CATZ_ERROR_LEVEL,
2453 cfg_obj_log(catz_obj, ns_g_lctx, DNS_CATZ_ERROR_LEVEL,
2471 cfg_obj_log(catz_obj, ns_g_lctx, DNS_CATZ_ERROR_LEVEL,
2480 cfg_obj_log(catz_obj, ns_g_lctx, DNS_CATZ_ERROR_LEVEL,
2523 obj = cfg_tuple_get(catz_obj, "default-masters");
2528 obj = cfg_tuple_get(catz_obj, "in-memory");
2532 obj = cfg_tuple_get(catz_obj, "zon
2566 configure_catz(dns_view_t *view, const cfg_obj_t *config, const cfg_obj_t *catz_obj) argument
[all...]

Completed in 39 milliseconds