Searched refs:CURLPROTO_RTSP (Results 1 – 11 of 11) sorted by relevance
70 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
310 { "rtsp", CURLPROTO_RTSP }, in proto2num()
164 NV(CURLPROTO_RTSP),
1304 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
114 CURLPROTO_RTSP, /* protocol */115 CURLPROTO_RTSP, /* family */
172 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()713 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()998 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1856 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
2922 DEBUGASSERT(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)); in Curl_http_firstwrite()3398 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3706 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_header()3974 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()4134 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()4308 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
730 CURLPROTO_RTSP 7.20.0
1018 #define CURLPROTO_RTSP (1<<18) macro
985 d CURLPROTO_RTSP...