Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTP (Results 1 – 15 of 15) sorted by relevance

/external/curl/tests/libtest/
Dlib1535.c72 if(protocol != CURLPROTO_HTTP) { in test()
75 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
/external/curl/src/
Dtool_cb_hdr.c106 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()
171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_libinfo.c58 { "http", CURLPROTO_HTTP }, in get_libcurl_info()
Dtool_paramhlp.c280 { "http", CURLPROTO_HTTP }, in proto2num()
Dtool_setopt.c145 NV(CURLPROTO_HTTP),
Dtool_operate.c967 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/
Dtest140196 (long)CURLPROTO_HTTP);
/external/curl/docs/libcurl/
Dsymbols-in-versions662 CURLPROTO_HTTP 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h612 #define CURLPROTO_HTTP (1<<0) macro
/external/curl/lib/
Durldata.h66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
Dhttp.c128 CURLPROTO_HTTP, /* protocol */
2264 ((conn->given->protocol&CURLPROTO_HTTP) && in Curl_http()
Durl.c4302 case CURLPROTO_HTTP: in get_protocol_family()
4304 family = CURLPROTO_HTTP; in get_protocol_family()
Dhttp2.c321 CURLPROTO_HTTP, /* protocol */
/external/curl/include/curl/
Dcurl.h893 #define CURLPROTO_HTTP (1<<0) macro
/external/curl/packages/OS400/
Dcurl.inc.in834 d CURLPROTO_HTTP...