Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h63 #define CURLPROTO_WSS ((curl_prot_t)1<<31) macro
66 #define CURLPROTO_WSS 0 macro
97 CURLPROTO_WSS)
Dsendf.c296 if(conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) { in chop_write()
Dhttp.c215 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()
Dc-hyper.c1179 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()