Searched refs:proxyver (Results 1 – 3 of 3) sorted by relevance
872 config->proxyver = CURLPROXY_SOCKS5; in getparameter()876 config->proxyver = CURLPROXY_SOCKS4; in getparameter()880 config->proxyver = CURLPROXY_SOCKS4A; in getparameter()885 config->proxyver = CURLPROXY_SOCKS5_HOSTNAME; in getparameter()1033 config->proxyver = CURLPROXY_HTTP_1_0; in getparameter()2101 config->proxyver = CURLPROXY_HTTP; in getparameter()
95 int proxyver; /* set to CURLPROXY_HTTP* define */ member
884 my_setopt_enum(curl, CURLOPT_PROXYTYPE, config->proxyver); in operate_do()