Searched refs:STRING_NOPROXY (Results 1 – 2 of 2) sorted by relevance
1381 STRING_NOPROXY, /* List of hosts which should not use the proxy, if enumerator
1794 result = setstropt(&data->set.str[STRING_NOPROXY], in Curl_setopt()5517 if(data->set.str[STRING_NOPROXY] && in create_conn()5518 check_noproxy(conn->host.name, data->set.str[STRING_NOPROXY])) { in create_conn()