Home
last modified time | relevance | path

Searched refs:CURLPROTO_RTSP (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/docs/libcurl/opts/
DCURLINFO_PROTOCOL.md39 CURLPROTO_RTMPT, CURLPROTO_RTMPTE, CURLPROTO_RTMPTS, CURLPROTO_RTSP,
DCURLOPT_PROTOCOLS.md59 CURLPROTO_RTSP
DCURLOPT_REDIR_PROTOCOLS.md66 CURLPROTO_RTSP
/third_party/curl/lib/
Drtsp.c121 CURLPROTO_RTSP, /* protocol */
122 CURLPROTO_RTSP, /* family */
Dtransfer.c667 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1527 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
Dhttp.c3427 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()
3753 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_header()
4093 !(conn->handler->protocol & CURLPROTO_RTSP) && in http_rw_headers()
4424 else if(conn->handler->protocol & CURLPROTO_RTSP) { in http_rw_headers()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions952 CURLPROTO_RTSP 7.20.0
Dlibcurl-symbols.md2840 ## CURLPROTO_RTSP section in libcurl symbols
/third_party/curl/include/curl/
Dcurl.h1050 #define CURLPROTO_RTSP (1<<18) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in1037 d CURLPROTO_RTSP...