Searched refs:CURLPROTO_RTSP (Results 1 – 12 of 12) sorted by relevance
67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
298 { "rtsp", CURLPROTO_RTSP }, in proto2num()
153 NV(CURLPROTO_RTSP),
967 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in operate_do()
173 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()734 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()1087 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1814 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
3093 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3357 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3506 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3659 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()4040 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
123 CURLPROTO_RTSP, /* protocol */
4356 case CURLPROTO_RTSP: in get_protocol_family()4357 family = CURLPROTO_RTSP; in get_protocol_family()
676 CURLPROTO_RTSP 7.20.0
911 #define CURLPROTO_RTSP (1<<18) macro
870 d CURLPROTO_RTSP...