Home
last modified time | relevance | path

Searched refs:feature_httpsproxy (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/src/
Dtool_libinfo.c78 bool feature_httpsproxy = FALSE; variable
103 {"HTTPS-proxy", &feature_httpsproxy, CURL_VERSION_HTTPS_PROXY},
Dtool_libinfo.h55 extern bool feature_httpsproxy;
Dtool_getparam.c1933 if(!feature_httpsproxy || !feature_http2) in getparameter()