Searched refs:CURLPROTO_HTTPS (Results 1 – 9 of 9) sorted by relevance
258 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
190 CURLPROTO_HTTPS, /* protocol */2266 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in Curl_http_host()2865 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()3699 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
1429 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
556 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()3057 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
935 CURLPROTO_HTTPS 7.19.4
1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
1041 #define CURLPROTO_HTTPS (1<<1) macro
1001 d CURLPROTO_HTTPS...