Searched refs:CURLPROTO_RTSP (Results 1 – 11 of 11) sorted by relevance
67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
290 { "rtsp", CURLPROTO_RTSP }, in proto2num()
157 NV(CURLPROTO_RTSP),
1395 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
108 CURLPROTO_RTSP, /* protocol */109 CURLPROTO_RTSP, /* family */
169 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()708 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()1047 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1778 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
3097 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3324 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3483 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3642 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()4016 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
712 CURLPROTO_RTSP 7.20.0
978 #define CURLPROTO_RTSP (1<<18) macro
886 d CURLPROTO_RTSP...