Searched refs:CURLPROTO_HTTPS (Results 1 – 13 of 13) sorted by relevance
56 CURLPROTO_HTTPS101 CURLPROTO_HTTP | CURLPROTO_HTTPS);
39 CURLPROTO_GOPHER, CURLPROTO_HTTP, CURLPROTO_HTTPS, CURLPROTO_IMAP,
49 CURLPROTO_HTTPS
81 #define CURLPROTO_REDIR (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | \117 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
298 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in doh_run_probe()301 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in doh_run_probe()
181 CURLPROTO_HTTPS, /* protocol */1885 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in http_host()2387 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in http_cookies()3218 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in http_header()
1512 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
3045 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
946 CURLPROTO_HTTPS 7.19.4
613 #define CURLPROTO_HTTPS (1<<1) macro
1052 #define CURLPROTO_HTTPS (1<<1) macro
1377 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
1011 d CURLPROTO_HTTPS...