asr_resolver_from_string
void *asr_resolver_from_string(const char *);
DEF_WEAK(asr_resolver_from_string);
PROTO_NORMAL(asr_resolver_from_string);
if ((res->asr_ctx = asr_resolver_from_string(resolv_conf)) ==
if ((asr_ctx = asr_resolver_from_string(resolv_conf)) != NULL) {