Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostsyn.c75 CURLcode Curl_set_dns_interface(struct Curl_easy *data, in Curl_set_dns_interface() function
Dhostip.h217 CURLcode Curl_set_dns_interface(struct Curl_easy *data,
Dasyn-ares.c749 CURLcode Curl_set_dns_interface(struct Curl_easy *data, in Curl_set_dns_interface() function
Dasyn-thread.c785 CURLcode Curl_set_dns_interface(struct Curl_easy *data, in Curl_set_dns_interface() function
Deasy.c898 rc = Curl_set_dns_interface(outcurl, data->set.str[STRING_DNS_INTERFACE]); in curl_easy_duphandle()
Dsetopt.c2702 result = Curl_set_dns_interface(data, data->set.str[STRING_DNS_INTERFACE]); in Curl_vsetopt()