Home
last modified time | relevance | path

Searched refs:IS_HTTPS_PROXY (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/
H A Dhttp_proxy.h58 #define IS_HTTPS_PROXY(t) (((t) == CURLPROXY_HTTPS) || \ macro
H A Durl.c1094 if(IS_HTTPS_PROXY(needle->http_proxy.proxytype)) { in ConnectionExists()
1386 IS_HTTPS_PROXY(conn->http_proxy.proxytype))) ? in allocate_conn()
2250 if(IS_HTTPS_PROXY(proxytype)) {
2309 if(IS_HTTPS_PROXY(proxytype))
H A Dconnect.c1219 if(IS_HTTPS_PROXY(cf->conn->http_proxy.proxytype) in cf_setup_connect()
H A Dhttp.c1273 || IS_HTTPS_PROXY(conn->http_proxy.proxytype) in Curl_buffer_send()

Completed in 11 milliseconds