Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c1540 conn->bits.proxy = (data->set.str[STRING_PROXY] && in allocate_conn()
1541 *data->set.str[STRING_PROXY]) ? TRUE : FALSE; in allocate_conn()
2395 if(data->set.str[STRING_PROXY]) {
2396 proxy = strdup(data->set.str[STRING_PROXY]);
Durldata.h1545 STRING_PROXY, /* proxy to use */ enumerator
Dsetopt.c1151 result = Curl_setstropt(&data->set.str[STRING_PROXY], in Curl_vsetopt()