Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_libinfo.c70 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
Dtool_cb_hdr.c195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_paramhlp.c310 { "rtsp", CURLPROTO_RTSP }, in proto2num()
Dtool_setopt.c164 NV(CURLPROTO_RTSP),
Dtool_operate.c1304 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
/third_party/curl/lib/
Drtsp.c114 CURLPROTO_RTSP, /* protocol */
115 CURLPROTO_RTSP, /* family */
Dtransfer.c172 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()
Dhttp.c2922 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()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions730 CURLPROTO_RTSP 7.20.0
/third_party/curl/include/curl/
Dcurl.h1018 #define CURLPROTO_RTSP (1<<18) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in985 d CURLPROTO_RTSP...