Searched refs:CURLPROTO_HTTPS (Results 1 – 16 of 16) sorted by relevance
/external/curl/src/ |
D | tool_cb_hdr.c | 134 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb() 195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
|
D | tool_libinfo.c | 59 { "https", CURLPROTO_HTTPS }, in get_libcurl_info()
|
D | tool_paramhlp.c | 273 { "https", CURLPROTO_HTTPS }, in proto2num()
|
D | tool_setopt.c | 150 NV(CURLPROTO_HTTPS),
|
D | tool_operate.c | 469 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer()
|
/external/curl/lib/ |
D | doh.c | 278 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe() 281 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
|
D | http.c | 154 CURLPROTO_HTTPS, /* protocol */ 1422 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect() 2253 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http() 2610 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http() 3923 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
|
D | urldata.h | 67 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
|
D | url.c | 540 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined() 3100 ((conn->handler->protocol == CURLPROTO_HTTPS) ||
|
D | http2.c | 324 CURLPROTO_HTTPS, /* protocol */
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 698 CURLPROTO_HTTPS 7.19.4
|
/external/curl/lib/vquic/ |
D | quiche.c | 156 CURLPROTO_HTTPS, /* protocol */
|
D | ngtcp2.c | 952 CURLPROTO_HTTPS, /* protocol */
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 613 #define CURLPROTO_HTTPS (1<<1) macro
|
/external/curl/include/curl/ |
D | curl.h | 961 #define CURLPROTO_HTTPS (1<<1) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 852 d CURLPROTO_HTTPS...
|