Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1381 STRING_NOPROXY, /* List of hosts which should not use the proxy, if enumerator
Durl.c1794 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()