Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1571 STRING_NOPROXY, /* List of hosts which should not use the proxy, if enumerator
Durl.c2415 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,
Dsetopt.c1631 result = Curl_setstropt(&data->set.str[STRING_NOPROXY], in Curl_vsetopt()