Searched refs:proxyver (Results 1 – 3 of 3) sorted by relevance
104 int proxyver; /* set to CURLPROXY_HTTP* define */ member
1429 config->proxyver = CURLPROXY_SOCKS5; in getparameter()1433 config->proxyver = CURLPROXY_SOCKS4; in getparameter()1437 config->proxyver = CURLPROXY_SOCKS4A; in getparameter()1441 config->proxyver = CURLPROXY_SOCKS5_HOSTNAME; in getparameter()1615 config->proxyver = CURLPROXY_HTTP_1_0; in getparameter()1776 config->proxyver = CURLPROXY_HTTPS2; in getparameter()2595 if(config->proxyver != CURLPROXY_HTTPS2) in getparameter()2596 config->proxyver = CURLPROXY_HTTP; in getparameter()
977 my_setopt_enum(curl, CURLOPT_PROXYTYPE, config->proxyver); in config2setopts()
Completed in 23 milliseconds