Lines Matching defs:catz_obj
2427 const cfg_obj_t *catz_obj, *obj;
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, "zone-directory");
2545 obj = cfg_tuple_get(catz_obj, "min-update-interval");
2567 const cfg_obj_t *catz_obj)
2577 zone_element = cfg_list_first(cfg_tuple_get(catz_obj, "zone list"));