Searched refs:CURLPROTO_HTTPS (Results 1 – 16 of 16) sorted by relevance
/external/curl/src/ |
D | tool_cb_hdr.c | 108 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb() 173 (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 | 320 { "https", CURLPROTO_HTTPS }, in proto2num()
|
D | tool_setopt.c | 147 NV(CURLPROTO_HTTPS),
|
D | tool_operate.c | 466 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer()
|
/external/curl/lib/ |
D | doh.c | 266 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); in dohprobe() 269 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
|
D | http.c | 152 CURLPROTO_HTTPS, /* protocol */ 1495 if(conn->given->protocol & CURLPROTO_HTTPS) { in Curl_http_connect() 2330 if(((conn->given->protocol&CURLPROTO_HTTPS) && in Curl_http() 2685 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http() 4027 (conn->handler->protocol&CURLPROTO_HTTPS)? in Curl_http_readwrite_headers()
|
D | urldata.h | 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
|
D | url.c | 498 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined() 2999 (conn->handler->protocol == CURLPROTO_HTTPS)) { 3967 case CURLPROTO_HTTPS:
|
D | http2.c | 333 CURLPROTO_HTTPS, /* protocol */
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 668 CURLPROTO_HTTPS 7.19.4
|
/external/curl/lib/vquic/ |
D | quiche.c | 136 CURLPROTO_HTTPS, /* protocol */
|
D | ngtcp2.c | 689 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 | 896 #define CURLPROTO_HTTPS (1<<1) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 838 d CURLPROTO_HTTPS...
|