Lines Matching refs:anchor
1162 const cfg_obj_t *dlvobj, *anchor;
1166 anchor = cfg_tuple_get(obj, "trust-anchor");
1171 * If domain is "auto" or "no" and trust anchor
1174 if (cfg_obj_isvoid(anchor)) {
1217 if (cfg_obj_isvoid(anchor)) {
1221 "domain and trust anchor");
1227 dlv = cfg_obj_asstring(anchor);
1230 cfg_obj_log(anchor, logctx, ISC_LOG_ERROR,
1237 cfg_obj_log(anchor, logctx, ISC_LOG_WARNING,