Lines Matching refs:line
614 char *line = NULL;
617 if (get_DNS_Windows(&line)) {
618 status = ares__sconfig_append_fromstr(&sysconfig->sconfig, line, ARES_TRUE);
619 ares_free(line);
625 if (get_SuffixList_Windows(&line)) {
626 sysconfig->domains = ares__strsplit(line, ", ", &sysconfig->ndomains);
627 ares_free(line);
714 char *line;
719 line = getenv("Inet$Resolvers");
720 if (line) {
721 char *resolvers = ares_strdup(line);