Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTPS (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Ddoh.c258 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe()
261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c190 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()
Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Dconnect.c1429 conn->handler->protocol == CURLPROTO_HTTPS) { in Curl_conn_setup()
Durl.c556 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
3057 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
/third_party/curl/docs/libcurl/
Dsymbols-in-versions935 CURLPROTO_HTTPS 7.19.4
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
/third_party/curl/include/curl/
Dcurl.h1041 #define CURLPROTO_HTTPS (1<<1) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in1001 d CURLPROTO_HTTPS...