Home
last modified time | relevance | path

Searched refs:proxyver (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/src/
H A Dtool_getparam.c1613 config->proxyver = CURLPROXY_SOCKS5; in getparameter()
1617 config->proxyver = CURLPROXY_SOCKS4; in getparameter()
1621 config->proxyver = CURLPROXY_SOCKS4A; in getparameter()
1625 config->proxyver = CURLPROXY_SOCKS5_HOSTNAME; in getparameter()
1780 config->proxyver = CURLPROXY_HTTP_1_0; in getparameter()
1936 config->proxyver = CURLPROXY_HTTPS2; in getparameter()
2666 if(config->proxyver != CURLPROXY_HTTPS2) in getparameter()
2667 config->proxyver = CURLPROXY_HTTP; in getparameter()
H A Dtool_cfgable.h102 int proxyver; /* set to CURLPROXY_HTTP* define */ member
H A Dtool_operate.c1353 my_setopt_enum(curl, CURLOPT_PROXYTYPE, config->proxyver); in single_transfer()

Completed in 8 milliseconds