Home
last modified time | relevance | path

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

/third_party/curl/lib/
Deasy.c993 rc = Curl_set_dns_interface(outcurl, data->set.str[STRING_DNS_INTERFACE]); in curl_easy_duphandle()
Durldata.h1597 STRING_DNS_INTERFACE, enumerator
Dsetopt.c2923 result = Curl_setstropt(&data->set.str[STRING_DNS_INTERFACE], in Curl_vsetopt()
2927 result = Curl_set_dns_interface(data, data->set.str[STRING_DNS_INTERFACE]); in Curl_vsetopt()