Searched refs:proxyver (Results 1 – 3 of 3) sorted by relevance
83 int proxyver; /* set to CURLPROXY_HTTP* define */ member
908 config->proxyver = CURLPROXY_HTTP_1_0; in getparameter()1792 config->proxyver = CURLPROXY_HTTP; in getparameter()
867 my_setopt_enum(curl, CURLOPT_PROXYTYPE, (long)config->proxyver); in operate_do()