Lines Matching defs:parent
508 eresult == DNS_R_SERVFAIL) /* RFC 1034 parent? */
1025 "covering nsec: for parent");
1036 * XXXMPA We could look for a parent NSEC
1049 * a parent NSEC with the same name. This requires
1098 dns_validator_t *parent;
1100 for (parent = val; parent != NULL; parent = parent->parent) {
1101 if (parent->event != NULL &&
1102 parent->event->type == type &&
1103 dns_name_equal(parent->event->name, name) &&
1109 (parent->event->type != dns_rdatatype_nsec3 ||
1111 parent->event->message == NULL ||
1112 parent->event->rdataset != NULL ||
1113 parent->event->sigrdataset != NULL))
1186 val->subvalidator->parent = val;
1291 * Records appearing in the parent zone at delegation
2598 * at proofs from the parent zone.
3153 * the parent zone for the trust anchor.
3293 * the parent zone for the trust anchor.
3680 "parent indicates it should be secure");
3779 val->parent = NULL;