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

/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c326 dns_rdataset_t hintrrset, rootrrset; local
331 dns_rdataset_init(&hintrrset);
337 now, NULL, foundname, &hintrrset, NULL);
347 if (!inrrset(&hintrrset, &rdata))
351 result = dns_rdataset_first(&hintrrset);
354 dns_rdataset_current(&hintrrset, &rdata);
357 result = dns_rdataset_next(&hintrrset);
372 if (dns_rdataset_isassociated(&hintrrset))
373 dns_rdataset_disassociate(&hintrrset);
379 now, NULL, foundname, &hintrrset, NUL
[all...]

Completed in 18 milliseconds