Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_libinfo.c67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
Dtool_paramhlp.c298 { "rtsp", CURLPROTO_RTSP }, in proto2num()
Dtool_setopt.c154 NV(CURLPROTO_RTSP),
Dtool_operate.c1009 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in operate_do()
/external/curl/lib/
Dtransfer.c120 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()
Dhttp.c2863 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()
Drtsp.c125 CURLPROTO_RTSP, /* protocol */
Durl.c4813 case CURLPROTO_RTSP: in get_protocol_family()
4814 family = CURLPROTO_RTSP; in get_protocol_family()
/external/curl/docs/libcurl/
Dsymbols-in-versions641 CURLPROTO_RTSP 7.20.0
/external/curl/include/curl/
Dcurl.h865 #define CURLPROTO_RTSP (1<<18) macro
/external/curl/packages/OS400/
Dcurl.inc.in811 d CURLPROTO_RTSP...