HomeSort by: relevance | last modified time | path
    Searched refs:hintrrset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rootns.c 383 dns_rdataset_t hintrrset, rootrrset; local
388 dns_rdataset_init(&hintrrset);
393 foundname, &hintrrset, NULL);
404 if (!inrrset(&hintrrset, &rdata) &&
411 result = dns_rdataset_first(&hintrrset);
414 dns_rdataset_current(&hintrrset, &rdata);
420 result = dns_rdataset_next(&hintrrset);
437 if (dns_rdataset_isassociated(&hintrrset)) {
438 dns_rdataset_disassociate(&hintrrset);
445 NULL, foundname, &hintrrset, NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rootns.c 352 dns_rdataset_t hintrrset, rootrrset; local
357 dns_rdataset_init(&hintrrset);
362 foundname, &hintrrset, NULL);
373 if (!inrrset(&hintrrset, &rdata)) {
378 result = dns_rdataset_first(&hintrrset);
381 dns_rdataset_current(&hintrrset, &rdata);
385 result = dns_rdataset_next(&hintrrset);
402 if (dns_rdataset_isassociated(&hintrrset)) {
403 dns_rdataset_disassociate(&hintrrset);
410 NULL, foundname, &hintrrset, NULL)
    [all...]

Completed in 28 milliseconds