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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drootns.c325 isc_result_t hresult, rresult, result; local
336 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_a, 0,
341 if (hresult == ISC_R_SUCCESS &&
360 if (hresult == ISC_R_NOTFOUND &&
378 hresult = dns_db_find(hints, name, NULL, dns_rdatatype_aaaa, 0,
383 if (hresult == ISC_R_SUCCESS &&
404 if (hresult == ISC_R_NOTFOUND &&

Completed in 96 milliseconds