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