Searched refs:STRING_PRE_PROXY (Results 1 – 3 of 3) sorted by relevance
1550 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]);
1546 STRING_PRE_PROXY, /* pre socks proxy to use */ enumerator
1162 result = Curl_setstropt(&data->set.str[STRING_PRE_PROXY], in Curl_vsetopt()