Home
last modified time | relevance | path

Searched refs:vresult (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/bind/dist/bin/dnssec/
H A Ddnssectool.c1475 isc_result_t result, vresult = ISC_R_UNSET; in verifyzone() local
1739 if (vresult == ISC_R_UNSET) in verifyzone()
1740 vresult = ISC_R_SUCCESS; in verifyzone()
1742 vresult = result; in verifyzone()
1751 vresult = result; in verifyzone()
1781 if (vresult == ISC_R_UNSET) in verifyzone()
1782 vresult = ISC_R_SUCCESS; in verifyzone()
1783 if (result != ISC_R_SUCCESS && vresult == ISC_R_SUCCESS) in verifyzone()
1784 vresult = result; in verifyzone()
1807 if (vresult != ISC_R_SUCCESS) in verifyzone()
[all …]
/minix/external/bsd/bind/dist/lib/dns/include/dns/
H A Dclient.h109 isc_result_t vresult; member
H A Dresolver.h86 isc_result_t vresult; member
/minix/external/bsd/bind/dist/lib/dns/
H A Dclient.c165 isc_result_t vresult; member
826 isc_result_t vresult = ISC_R_SUCCESS; in client_resfind() local
891 vresult = event->vresult; in client_resfind()
1171 rctx->event->vresult = vresult; in client_resfind()
1203 resarg->vresult = rev->vresult; in resolve_done()
1293 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) { in dns_client_resolve()
1299 result = resarg->vresult; in dns_client_resolve()
H A Dvalidator.c1571 isc_result_t result, vresult = DNS_R_NOVALIDSIG; in validate() local
1636 vresult = verify(val, val->key, &rdata, in validate()
1638 if (vresult == ISC_R_SUCCESS) in validate()
1662 if (vresult != ISC_R_SUCCESS) in validate()
1696 } else if (vresult == ISC_R_SUCCESS) { in validate()
1717 return (vresult); in validate()
H A Dresolver.c321 isc_result_t vresult; /*%< validation result */ member
1155 event->vresult = fctx->vresult; in fctx_sendevents()
3918 fctx->vresult = ISC_R_SUCCESS; in fctx_create()
4379 fctx->vresult = vevent->result; in validated()
4461 fctx->vresult = vevent->result; in validated()
4462 if (fctx->vresult != DNS_R_BROKENCHAIN) { in validated()
4481 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) { in validated()
4505 result = fctx->vresult; in validated()
9008 isc_result_totext(fctx->vresult), domainbuf, in dns_resolver_logfetch()
/minix/external/bsd/bind/dist/lib/irs/
H A Dgetaddrinfo.c716 switch (rev->vresult) { in process_answer()