Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTP (Results 1 – 16 of 16) 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.c108 (protocol & (CURLPROTO_HTTPS|CURLPROTO_HTTP))) { in tool_header_cb()
173 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_libinfo.c58 { "http", CURLPROTO_HTTP }, in get_libcurl_info()
Dtool_paramhlp.c319 { "http", CURLPROTO_HTTP }, in proto2num()
Dtool_operate.c466 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()
Dtool_setopt.c146 NV(CURLPROTO_HTTP),
/external/curl/tests/data/
Dtest140196 (long)CURLPROTO_HTTP);
/external/curl/docs/libcurl/
Dsymbols-in-versions667 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)
Ddoh.c269 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Durl.c498 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
3966 case CURLPROTO_HTTP:
3968 family = CURLPROTO_HTTP;
Dhttp.c127 CURLPROTO_HTTP, /* protocol */
2332 ((conn->given->protocol&CURLPROTO_HTTP) && in Curl_http()
Dhttp2.c312 CURLPROTO_HTTP, /* protocol */
/external/curl/include/curl/
Dcurl.h895 #define CURLPROTO_HTTP (1<<0) macro
/external/curl/packages/OS400/
Dcurl.inc.in836 d CURLPROTO_HTTP...