Searched refs:rootrrset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drootns.c325 dns_rdataset_t hintrrset, rootrrset; local
331 dns_rdataset_init(&rootrrset);
339 &rootrrset, NULL);
342 result = dns_rdataset_first(&rootrrset);
345 dns_rdataset_current(&rootrrset, &rdata);
348 result = dns_rdataset_next(&rootrrset);
354 if (!inrrset(&rootrrset, &rdata))
361 result = dns_rdataset_first(&rootrrset);
364 dns_rdataset_current(&rootrrset, &rdata);
366 result = dns_rdataset_next(&rootrrset);
[all...]

Completed in 58 milliseconds