Searched refs:STRING_NOPROXY (Results 1 – 3 of 3) sorted by relevance
1478 STRING_NOPROXY, /* List of hosts which should not use the proxy, if enumerator
2403 if(!data->set.str[STRING_NOPROXY]) {2415 if(Curl_check_noproxy(conn->host.name, data->set.str[STRING_NOPROXY] ?2416 data->set.str[STRING_NOPROXY] : no_proxy)) {
2188 return Curl_setstropt(&data->set.str[STRING_NOPROXY], ptr); in setopt_cptr()
Completed in 39 milliseconds