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

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c1449 isc_result_t result, vresult = ISC_R_UNSET; local
1713 if (vresult == ISC_R_UNSET)
1714 vresult = ISC_R_SUCCESS;
1715 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1716 vresult = result;
1724 if (vresult == ISC_R_SUCCESS && result != ISC_R_SUCCESS)
1725 vresult = result;
1755 if (vresult == ISC_R_UNSET)
1756 vresult = ISC_R_SUCCESS;
1757 if (result != ISC_R_SUCCESS && vresult
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dclient.h94 * procedure. 'vresult' specifically stores the result code of DNSSEC
103 isc_result_t vresult; member in struct:dns_clientresevent
H A Dresolver.h84 isc_result_t vresult; member in struct:dns_fetchevent
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c154 isc_result_t vresult; member in struct:resarg
770 isc_result_t vresult = ISC_R_SUCCESS; local
835 vresult = event->vresult;
1115 rctx->event->vresult = vresult;
1147 resarg->vresult = rev->vresult;
1237 if (result != ISC_R_SUCCESS && resarg->vresult != ISC_R_SUCCESS) {
1243 result = resarg->vresult;
[all...]
H A Dresolver.c304 isc_result_t vresult; /*%< validation result */ member in struct:fetchctx
1092 event->vresult = fctx->vresult;
3601 fctx->vresult = ISC_R_SUCCESS;
4056 fctx->vresult = vevent->result;
4138 fctx->vresult = vevent->result;
4139 if (fctx->vresult != DNS_R_BROKENCHAIN) {
4158 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
4182 result = fctx->vresult;
8525 isc_result_totext(fctx->vresult), domainbu
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetaddrinfo.c712 switch (rev->vresult) {

Completed in 213 milliseconds