Searched refs:dns_info (Results 1 – 1 of 1) sorted by relevance
187 struct curl_slist *dns_info; in do_get() local213 dns_info = curl_slist_append (NULL, "host1:4233:127.0.0.1"); in do_get()214 dns_info = curl_slist_append (dns_info, "host2:4233:127.0.0.1"); in do_get()215 curl_easy_setopt (c, CURLOPT_RESOLVE, dns_info); in do_get()228 curl_slist_free_all (dns_info); in do_get()233 curl_slist_free_all (dns_info); in do_get()