Searched refs:CURL_VERSION_HTTPS_PROXY (Results 1 – 5 of 5) sorted by relevance
410 version_info.features |= CURL_VERSION_HTTPS_PROXY; in curl_version_info()412 version_info.features &= ~CURL_VERSION_HTTPS_PROXY; in curl_version_info()
527 {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY},
924 CURL_VERSION_HTTPS_PROXY 7.52.0
2780 #define CURL_VERSION_HTTPS_PROXY (1<<21) /* HTTPS-proxy support built-in */ macro
133 d CURL_VERSION_HTTPS_PROXY...