Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTP (Results 1 – 14 of 14) 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/docs/libcurl/opts/
DCURLOPT_PROTOCOLS.md45 CURLPROTO_HTTP
90 CURLPROTO_HTTP | CURLPROTO_TFTP | CURLPROTO_SFTP);
DCURLOPT_REDIR_PROTOCOLS.md52 CURLPROTO_HTTP
100 CURLPROTO_HTTP | CURLPROTO_HTTPS);
DCURLINFO_PROTOCOL.md36 CURLPROTO_GOPHER, CURLPROTO_HTTP, CURLPROTO_HTTPS, CURLPROTO_IMAP,
/third_party/curl/lib/
Dws.c1195 CURLPROTO_HTTP, /* family */
1220 CURLPROTO_HTTP, /* family */
Ddoh.c261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
Dhttp.c126 CURLPROTO_HTTP, /* protocol */
127 CURLPROTO_HTTP, /* family */
155 CURLPROTO_HTTP, /* family */
2208 ((conn->given->protocol&(CURLPROTO_HTTP|CURLPROTO_WS)) && in Curl_http_host()
Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Durl.c424 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
949 (needle->handler->protocol & CURLPROTO_HTTP); in ConnectionExists()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions937 CURLPROTO_HTTP 7.19.4
Dlibcurl-symbols.md2795 ## CURLPROTO_HTTP section in libcurl symbols
/third_party/curl/include/curl/
Dcurl.h1032 #define CURLPROTO_HTTP (1<<0) macro
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
/third_party/curl/packages/OS400/
Dcurl.inc.in1001 d CURLPROTO_HTTP...