Home
last modified time | relevance | path

Searched refs:dns_cache_list (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/libtest/
Dlib1502.c51 struct curl_slist *dns_cache_list; in test() local
58 dns_cache_list = curl_slist_append(NULL, redirect); in test()
59 if(!dns_cache_list) { in test()
66 curl_slist_free_all(dns_cache_list); in test()
74 easy_setopt(easy, CURLOPT_RESOLVE, dns_cache_list); in test()
82 curl_slist_free_all(dns_cache_list); in test()
153 curl_slist_free_all(dns_cache_list); in test()