Searched defs:dupzone (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddlz.c425 dns_zone_t *dupzone = NULL; local
455 result = dns_view_findzone(view, origin, &dupzone);
457 dns_zone_detach(&dupzone);
461 INSIST(dupzone == NULL);
/bind-9.11.3/bin/named/
H A Dserver.c5279 dns_zone_t *dupzone = NULL; local
5499 result = dns_view_findzone(view, origin, &dupzone);
5506 dns_zone_detach(&dupzone);
5510 INSIST(dupzone == NULL);

Completed in 37 milliseconds