Lines Matching defs:asr_ctx
108 void *asr_ctx;
892 if ((aq = res_query_async(name, rrclass, rrtype, res->asr_ctx))
1262 if ((res->asr_ctx = asr_resolver_from_string(resolv_conf)) ==
1437 asr_resolver_free(res->asr_ctx);
2288 void *asr_ctx;
2298 if ((asr_ctx = asr_resolver_from_string(resolv_conf)) != NULL) {
2300 LDNS_RR_TYPE_AAAA, asr_ctx)) == NULL) {
2302 asr_resolver_free(asr_ctx);
2304 if (event_asr_run(aq, check_dns64_done, asr_ctx) == NULL) {
2307 asr_resolver_free(asr_ctx);
2332 void *asr_ctx = arg;
2440 asr_resolver_free(asr_ctx);