Searched refs:CURL_VERSION_HTTPS_PROXY (Results 1 – 5 of 5) sorted by relevance
403 version_info.features |= CURL_VERSION_HTTPS_PROXY; in curl_version_info()405 version_info.features &= ~CURL_VERSION_HTTPS_PROXY; in curl_version_info()
507 {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY},
843 CURL_VERSION_HTTPS_PROXY 7.52.0
2669 #define CURL_VERSION_HTTPS_PROXY (1<<21) /* HTTPS-proxy support built-in */ macro
130 d CURL_VERSION_HTTPS_PROXY...