Searched refs:dns_info (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
H A Dtest_https_sni.c187 struct curl_slist *dns_info; local
213 dns_info = curl_slist_append (NULL, "host1:4233:127.0.0.1");
214 dns_info = curl_slist_append (dns_info, "host2:4233:127.0.0.1");
215 curl_easy_setopt (c, CURLOPT_RESOLVE, dns_info);
228 curl_slist_free_all (dns_info);
233 curl_slist_free_all (dns_info);

Completed in 96 milliseconds