Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib1535.c78 if(protocol != CURLPROTO_HTTP) { in test()
81 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
/third_party/curl/lib/
Dhttp.c136 CURLPROTO_HTTP, /* protocol */
137 CURLPROTO_HTTP, /* family */
162 CURLPROTO_HTTP, /* family */
191 CURLPROTO_HTTP, /* family */
216 CURLPROTO_HTTP, /* family */
2268 ((conn->given->protocol&(CURLPROTO_HTTP|CURLPROTO_WS)) && in Curl_http_host()
Ddoh.c261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Durl.c556 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
1083 (needle->handler->protocol & CURLPROTO_HTTP); in ConnectionExists()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions934 CURLPROTO_HTTP 7.19.4
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
/third_party/curl/include/curl/
Dcurl.h1040 #define CURLPROTO_HTTP (1<<0) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in999 d CURLPROTO_HTTP...