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

/bind-9.11.3/lib/dns/
H A Dresolver.c893 isc_boolean_t age_untried)
1005 if (finish != NULL || age_untried)
1012 if ((finish != NULL || age_untried) && TRIEDFIND(fctx))
1023 if ((finish != NULL || age_untried) && TRIEDALT(fctx)) {
1095 isc_boolean_t age_untried)
1106 age_untried);
1178 isc_boolean_t age_untried)
1181 fctx_cancelqueries(fctx, no_response, age_untried);
1423 isc_boolean_t age_untried = ISC_FALSE; local
1438 age_untried
891 fctx_cancelquery(resquery_t **queryp, dns_dispatchevent_t **deventp, isc_time_t *finish, isc_boolean_t no_response, isc_boolean_t age_untried) argument
1094 fctx_cancelqueries(fetchctx_t *fctx, isc_boolean_t no_response, isc_boolean_t age_untried) argument
1177 fctx_stopqueries(fetchctx_t *fctx, isc_boolean_t no_response, isc_boolean_t age_untried) argument
[all...]

Completed in 41 milliseconds