Searched refs:CURLPROTO_WS (Results 1 – 4 of 4) sorted by relevance
62 #define CURLPROTO_WS (1<<30) macro65 #define CURLPROTO_WS 0 macro96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
296 if(conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) { in chop_write()
161 CURLPROTO_WS, /* protocol */2268 ((conn->given->protocol&(CURLPROTO_HTTP|CURLPROTO_WS)) && in Curl_http_host()2830 else if((conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) && in Curl_http_bodysend()3381 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
1179 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()