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

/bind-9.11.3/lib/dns/
H A Dresolver.c195 typedef struct fetchctx fetchctx_t; typedef in typeref:struct:fetchctx
200 fetchctx_t * fctx;
403 fetchctx_t * fctx;
409 fetchctx_t * private;
418 ISC_LIST(fetchctx_t) fctxs;
554 static void fctx_try(fetchctx_t *fctx, isc_boolean_t retrying,
556 static void fctx_destroy(fetchctx_t *fctx);
557 static isc_boolean_t fctx_unlink(fetchctx_t *fctx);
567 static isc_boolean_t maybe_destroy(fetchctx_t *fctx, isc_boolean_t locked);
568 static void add_bad(fetchctx_t *fct
[all...]

Completed in 30 milliseconds