Searched refs:CURLPROTO_RTSP (Results 1 – 12 of 12) sorted by relevance
67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
173 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
337 { "rtsp", CURLPROTO_RTSP }, in proto2num()
154 NV(CURLPROTO_RTSP),
1305 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
166 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()692 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()1028 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1753 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
3172 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3439 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3590 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3748 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()4122 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
108 CURLPROTO_RTSP, /* protocol */
4020 case CURLPROTO_RTSP:4021 family = CURLPROTO_RTSP;
681 CURLPROTO_RTSP 7.20.0
913 #define CURLPROTO_RTSP (1<<18) macro
872 d CURLPROTO_RTSP...