Searched refs:CURLPROTO_WSS (Results 1 – 4 of 4) sorted by relevance
63 #define CURLPROTO_WSS ((curl_prot_t)1<<31) macro66 #define CURLPROTO_WSS 0 macro97 CURLPROTO_WSS)
296 if(conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) { in chop_write()
215 CURLPROTO_WSS, /* protocol */2266 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in Curl_http_host()2830 else if((conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) && in Curl_http_bodysend()2865 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()3381 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()3699 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
1179 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()