Searched refs:CURLPROTO_RTSP (Results 1 – 10 of 10) sorted by relevance
67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
273 { "rtsp", CURLPROTO_RTSP }, in proto2num()
142 NV(CURLPROTO_RTSP),
96 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()536 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()881 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1874 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
2851 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3085 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3206 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3344 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()3733 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
120 CURLPROTO_RTSP, /* protocol */
3106 if(conn->handler->protocol & CURLPROTO_RTSP) in disconnect_if_dead()6572 case CURLPROTO_RTSP: in get_protocol_family()6573 family = CURLPROTO_RTSP; in get_protocol_family()
601 CURLPROTO_RTSP 7.20.0
828 #define CURLPROTO_RTSP (1<<18) macro
791 d CURLPROTO_RTSP...