Home
last modified time | relevance | path

Searched refs:CURLPROTO_WS (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/
H A Durldata.h62 #define CURLPROTO_WS (1<<30) macro
65 #define CURLPROTO_WS 0 macro
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
H A Dhttp.c2208 ((conn->given->protocol&(CURLPROTO_HTTP|CURLPROTO_WS)) && in Curl_http_host()
2750 else if((conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) && in Curl_http_bodysend()
3303 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
H A Dws.c1194 CURLPROTO_WS, /* protocol */
H A Dc-hyper.c1152 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()

Completed in 23 milliseconds