Searched refs:CURLPROTO_WSS (Results 1 – 4 of 4) sorted by relevance
74 #define CURLPROTO_WSS ((curl_prot_t)1<<31) macro77 #define CURLPROTO_WSS 0 macro118 CURLPROTO_WSS)
1752 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in Curl_http_host()2259 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()2700 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()3082 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
1116 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
1352 CURLPROTO_WSS, /* protocol */
Completed in 41 milliseconds