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

/bind-9.11.3/lib/dns/
H A Dxfrin.c103 isc_result_t shutdown_result; member in struct:dns_xfrin_ctx
800 xfr->shutdown_result = result;
842 xfr->shutdown_result = ISC_R_UNSET;
1438 xfr->shutdown_result = ISC_R_SUCCESS;
1486 INSIST(! xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET);
1493 isc_result_totext(xfr->shutdown_result) : "unknown");

Completed in 16 milliseconds