Searched refs:CURLPROTO_RTSP (Results 1 – 11 of 11) sorted by relevance
67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
298 { "rtsp", CURLPROTO_RTSP }, in proto2num()
154 NV(CURLPROTO_RTSP),
1009 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in operate_do()
120 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()587 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()909 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1923 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
2863 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()3111 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3243 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()3396 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()3741 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
125 CURLPROTO_RTSP, /* protocol */
4813 case CURLPROTO_RTSP: in get_protocol_family()4814 family = CURLPROTO_RTSP; in get_protocol_family()
641 CURLPROTO_RTSP 7.20.0
865 #define CURLPROTO_RTSP (1<<18) macro
811 d CURLPROTO_RTSP...