Searched refs:CURLPROTO_HTTP (Results 1 – 15 of 15) 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 | 106 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb() 171 (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 | 280 { "http", CURLPROTO_HTTP }, in proto2num()
|
D | tool_setopt.c | 145 NV(CURLPROTO_HTTP),
|
D | tool_operate.c | 967 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in operate_do() 972 if(built_in_protos & CURLPROTO_HTTP) { in operate_do()
|
/external/curl/tests/data/ |
D | test1401 | 96 (long)CURLPROTO_HTTP);
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 662 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 | http.c | 128 CURLPROTO_HTTP, /* protocol */ 2264 ((conn->given->protocol&CURLPROTO_HTTP) && in Curl_http()
|
D | url.c | 4302 case CURLPROTO_HTTP: in get_protocol_family() 4304 family = CURLPROTO_HTTP; in get_protocol_family()
|
D | http2.c | 321 CURLPROTO_HTTP, /* protocol */
|
/external/curl/include/curl/ |
D | curl.h | 893 #define CURLPROTO_HTTP (1<<0) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 834 d CURLPROTO_HTTP...
|