Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1899 if(data->set.str[STRING_PRE_PROXY] && *data->set.str[STRING_PRE_PROXY]) { in allocate_conn()
2735 if(data->set.str[STRING_PRE_PROXY]) { in create_conn_helper_init_proxy()
2736 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]); in create_conn_helper_init_proxy()
Durldata.h1432 STRING_PRE_PROXY, /* pre socks proxy to use */ enumerator
Dsetopt.c1029 result = Curl_setstropt(&data->set.str[STRING_PRE_PROXY], in vsetopt()