Searched refs:STRING_NOPROXY (Results 1 – 3 of 3) sorted by relevance
1571 STRING_NOPROXY, /* List of hosts which should not use the proxy, if enumerator
2415 if(!data->set.str[STRING_NOPROXY]) {2427 if(Curl_check_noproxy(conn->host.name, data->set.str[STRING_NOPROXY] ?2428 data->set.str[STRING_NOPROXY] : no_proxy,
1631 result = Curl_setstropt(&data->set.str[STRING_NOPROXY], in Curl_vsetopt()