Searched refs:CURLPROTO_HTTP (Results 1 – 9 of 9) sorted by relevance
78 if(protocol != CURLPROTO_HTTP) { in test()81 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
136 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()
261 ERROR_CHECK_SETOPT(CURLOPT_PROTOCOLS, CURLPROTO_HTTP|CURLPROTO_HTTPS); in dohprobe()
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
556 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()1083 (needle->handler->protocol & CURLPROTO_HTTP); in ConnectionExists()
934 CURLPROTO_HTTP 7.19.4
1331 (CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FILE)); in debuginfod_query_server()
1040 #define CURLPROTO_HTTP (1<<0) macro
999 d CURLPROTO_HTTP...