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

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drootns.c324 isc_result_t hresult, rresult, result; local
335 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0,
340 if (hresult == ISC_R_SUCCESS &&
359 if (hresult == ISC_R_NOTFOUND &&
377 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0,
382 if (hresult == ISC_R_SUCCESS &&
403 if (hresult == ISC_R_NOTFOUND &&

Completed in 124 milliseconds