Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h62 #define CURLPROTO_WS (1<<30) macro
65 #define CURLPROTO_WS 0 macro
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \
Dsendf.c296 if(conn->handler->protocol & (CURLPROTO_WS|CURLPROTO_WSS)) { in chop_write()
Dhttp.c161 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()
Dc-hyper.c1179 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()