Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c1550 if(data->set.str[STRING_PRE_PROXY] && *data->set.str[STRING_PRE_PROXY]) { in allocate_conn()
2405 if(data->set.str[STRING_PRE_PROXY]) {
2406 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]);
Durldata.h1546 STRING_PRE_PROXY, /* pre socks proxy to use */ enumerator
Dsetopt.c1162 result = Curl_setstropt(&data->set.str[STRING_PRE_PROXY], in Curl_vsetopt()