Lines Matching defs:zone_addnsec3chain
3585 zone_addnsec3chain(dns_zone_t *zone, dns_rdata_nsec3param_t *nsec3param) {
3686 dnssec_log(zone, ISC_LOG_INFO, "zone_addnsec3chain(%u,%s,%u,%s)",
3765 * and pass it to zone_addnsec3chain().
3844 * private-type record to zone_addnsec3chain() so that
3847 result = zone_addnsec3chain(zone, &nsec3param);
3850 "zone_addnsec3chain failed: %s",
8349 * set by zone_addnsec3chain(). If the action triggering the call to
8350 * zone_addnsec3chain() is closely followed by a zone deletion request,
20218 * logged. Then call zone_addnsec3chain(), passing NSEC3PARAM RDATA to it.
20233 result = zone_addnsec3chain(zone, nsec3param);
22827 result = zone_addnsec3chain(zone, &nsec3param);
22830 "zone_addnsec3chain failed: %s",