Lines Matching refs:rrset
442 typedef isc_result_t rrset_func(void *data, dns_rdataset_t *rrset);
665 * Set '*exists' to true iff an rrset of the given type exists,
722 cname_compatibility_action(void *data, dns_rdataset_t *rrset) {
724 if (rrset->type != dns_rdatatype_cname &&
725 ! dns_rdatatype_isdnssec(rrset->type))
731 * Check whether there is an rrset incompatible with adding a CNAME RR,
735 * If such an incompatible rrset exists, set '*exists' to ISC_TRUE.
775 name_exists_action(void *data, dns_rdataset_t *rrset) {
777 UNUSED(rrset);
814 ssu_checkrule(void *data, dns_rdataset_t *rrset) {
822 if (rrset->type == dns_rdatatype_rrsig ||
823 rrset->type == dns_rdatatype_nsec)
827 rrset->type);
1517 is_non_nsec_action(void *data, dns_rdataset_t *rrset) {
1519 if (!(rrset->type == dns_rdatatype_nsec ||
1520 rrset->type == dns_rdatatype_nsec3 ||
1521 (rrset->type == dns_rdatatype_rrsig &&
1522 (rrset->covers == dns_rdatatype_nsec ||
1523 rrset->covers == dns_rdatatype_nsec3))))
1529 * Check whether there is an rrset other than a NSEC or RRSIG NSEC,
1533 * If such an rrset exists, set '*exists' to ISC_TRUE.
3549 "'rrset exists (value independent)' "
3573 "'rrset does not exist' "
3596 * Perform the final check of the "rrset exists (value dependent)"
3980 "deleting rrset at '%s' %s",