Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_libinfo.c67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
Dtool_paramhlp.c273 { "rtsp", CURLPROTO_RTSP }, in proto2num()
Dtool_setopt.c142 NV(CURLPROTO_RTSP),
/external/curl/lib/
Dtransfer.c96 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()
536 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()
881 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1874 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
Dhttp.c2851 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()
3085 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3206 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3344 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
3733 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
Drtsp.c120 CURLPROTO_RTSP, /* protocol */
Durl.c3106 if(conn->handler->protocol & CURLPROTO_RTSP) in disconnect_if_dead()
6572 case CURLPROTO_RTSP: in get_protocol_family()
6573 family = CURLPROTO_RTSP; in get_protocol_family()
/external/curl/docs/libcurl/
Dsymbols-in-versions601 CURLPROTO_RTSP 7.20.0
/external/curl/include/curl/
Dcurl.h828 #define CURLPROTO_RTSP (1<<18) macro
/external/curl/packages/OS400/
Dcurl.inc.in791 d CURLPROTO_RTSP...