Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durldata.h63 #define CURLPROTO_WSS ((curl_prot_t)1<<31) macro
66 #define CURLPROTO_WSS 0 macro
97 CURLPROTO_WSS)
H A Dhttp.c2206 if(((conn->given->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS)) && in Curl_http_host()
2750 else if((conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) && in Curl_http_bodysend()
2785 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()
3303 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
3624 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
H A Dws.c1219 CURLPROTO_WSS, /* protocol */
H A Dc-hyper.c1152 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()

Completed in 14 milliseconds