Searched defs:vresult (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dclient.h102 * procedure. 'vresult' specifically stores the result code of DNSSEC
111 isc_result_t vresult; member in struct:dns_clientresevent
H A Dresolver.h74 isc_result_t vresult; member in struct:dns_fetchevent
/bind-9.11.3/lib/dns/
H A Dvalidator.c1561 isc_result_t result, vresult = DNS_R_NOVALIDSIG; local
1626 vresult = verify(val, val->key, &rdata,
1628 if (vresult == ISC_R_SUCCESS)
1652 if (vresult != ISC_R_SUCCESS)
1683 } else if (vresult == ISC_R_SUCCESS) {
1704 return (vresult);
H A Dclient.c155 isc_result_t vresult; member in struct:resarg
819 isc_result_t vresult = ISC_R_SUCCESS; local
884 vresult = event->vresult;
1164 rctx->event->vresult = vresult;
1195 resarg->vresult = rev->vresult;
1285 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) {
1291 result = resarg->vresult;
[all...]
H A Dresolver.c354 isc_result_t vresult; /*%< validation result */ member in struct:fetchctx
1347 event->vresult = fctx->vresult;
4325 fctx->vresult = ISC_R_SUCCESS;
4830 fctx->vresult = vevent->result;
4912 fctx->vresult = vevent->result;
4913 if (fctx->vresult != DNS_R_BROKENCHAIN) {
4932 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
4956 result = fctx->vresult;
9668 isc_result_totext(fctx->vresult), domainbu
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c1494 isc_result_t result, vresult = ISC_R_UNSET; local
1758 if (vresult == ISC_R_UNSET)
1759 vresult = ISC_R_SUCCESS;
1760 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1761 vresult = result;
1769 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1770 vresult = result;
1800 if (vresult == ISC_R_UNSET)
1801 vresult = ISC_R_SUCCESS;
1802 if (result != ISC_R_SUCCESS && vresult
[all...]

Completed in 55 milliseconds