Searched refs:CURLPROTO_HTTPS (Results 1 – 13 of 13) sorted by relevance
106 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
59 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
281 { "https", CURLPROTO_HTTPS }, in proto2num()
146 NV(CURLPROTO_HTTPS),
153 CURLPROTO_HTTPS, /* protocol */1467 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect()2262 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http()2607 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http()3946 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
246 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
3385 (conn->handler->protocol == CURLPROTO_HTTPS)) { in parse_connect_to_slist()4303 case CURLPROTO_HTTPS: in get_protocol_family()
342 CURLPROTO_HTTPS, /* protocol */
663 CURLPROTO_HTTPS 7.19.4
613 #define CURLPROTO_HTTPS (1<<1) macro
894 #define CURLPROTO_HTTPS (1<<1) macro
836 d CURLPROTO_HTTPS...