Searched refs:fctx_done (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | resolver.c | 1372 fctx_done(fetchctx_t *fctx, isc_result_t result, int line) { in fctx_done() function 1470 fctx_done(fctx, result, __LINE__); in process_sendevent() 2352 fctx_done(fctx, result, __LINE__); in resquery_connected() 2391 fctx_done(fctx, result, __LINE__); in resquery_connected() 2434 fctx_done(fctx, result, __LINE__); in resquery_connected() 2502 fctx_done(fctx, ISC_R_FAILURE, __LINE__); in fctx_finddone() 3388 fctx_done(fctx, DNS_R_SERVFAIL, __LINE__); in fctx_try() 3418 fctx_done(fctx, result, __LINE__); in fctx_try() 3436 fctx_done(fctx, DNS_R_SERVFAIL, __LINE__); in fctx_try() 3448 fctx_done(fctx, DNS_R_SERVFAIL, __LINE__); in fctx_try() [all …]
|