Home
last modified time | relevance | path

Searched refs:preproxy (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/data/
Dtest71548 FTP fetch with --preproxy, --proxy and --connect-to
51 …ect.example.com.715:%FTPPORT --proxytunnel --proxy %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
Dtest205556 …connect-to ::connect.example.com.2055:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
/external/curl/docs/cmdline-opts/
Dsocks4.d15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
Dsocks4a.d15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
Dsocks5-hostname.d15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
Dpreproxy.d1 Long: preproxy
Dsocks5.d15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
DMakefile.inc109 preproxy.d \
/external/curl/src/
Dtool_cfgable.h199 char *preproxy; member
Dtool_cfgable.c158 Curl_safefree(config->preproxy); in free_config_fields()
Dtool_operate.c892 if(config->preproxy) in operate_do()
893 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in operate_do()
Dtool_getparam.c2096 GetStr(&config->preproxy, nextarg); in getparameter()
/external/curl/
DCHANGES1499 + --preproxy'[\[protocol://\]host\[:port\] Use this proxy first]' \
1514 - --preproxy'[Use this proxy first]':'[protocol://]host[:port]' \