Searched refs:CURLPROTO_WS (Results 1 – 4 of 4) sorted by relevance
73 #define CURLPROTO_WS (1<<30) macro76 #define CURLPROTO_WS 0 macro117 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
1116 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
1326 CURLPROTO_WS, /* protocol */
1754 ((conn->given->protocol&(CURLPROTO_HTTP|CURLPROTO_WS)) && in Curl_http_host()2700 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
Completed in 31 milliseconds