Searched refs:CURLPROTO_HTTP (Results 1 – 16 of 16) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1535.c | 72 if(protocol != CURLPROTO_HTTP) { in test() 75 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
|
/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 | 58 { "http", CURLPROTO_HTTP }, in get_libcurl_info()
|
D | tool_paramhlp.c | 319 { "http", CURLPROTO_HTTP }, in proto2num()
|
D | tool_operate.c | 466 if((protocol == CURLPROTO_HTTP) || (protocol == CURLPROTO_HTTPS)) { in post_per_transfer() 1305 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer() 1310 if(built_in_protos & CURLPROTO_HTTP) { in single_transfer()
|
D | tool_setopt.c | 146 NV(CURLPROTO_HTTP),
|
/external/curl/tests/data/ |
D | test1401 | 96 (long)CURLPROTO_HTTP);
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 667 CURLPROTO_HTTP 7.19.4
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 612 #define CURLPROTO_HTTP (1<<0) macro
|
/external/curl/lib/ |
D | urldata.h | 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
|
D | doh.c | 269 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
|
D | url.c | 498 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined() 3966 case CURLPROTO_HTTP: 3968 family = CURLPROTO_HTTP;
|
D | http.c | 127 CURLPROTO_HTTP, /* protocol */ 2332 ((conn->given->protocol&CURLPROTO_HTTP) && in Curl_http()
|
D | http2.c | 312 CURLPROTO_HTTP, /* protocol */
|
/external/curl/include/curl/ |
D | curl.h | 895 #define CURLPROTO_HTTP (1<<0) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 836 d CURLPROTO_HTTP...
|