Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_libinfo.c67 { "rtsp", CURLPROTO_RTSP }, in get_libcurl_info()
Dtool_cb_hdr.c173 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_paramhlp.c337 { "rtsp", CURLPROTO_RTSP }, in proto2num()
Dtool_setopt.c154 NV(CURLPROTO_RTSP),
Dtool_operate.c1305 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
/external/curl/lib/
Dtransfer.c166 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()
692 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()
1028 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1753 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
Dhttp.c3172 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()
3439 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3590 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3748 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
4122 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
Drtsp.c108 CURLPROTO_RTSP, /* protocol */
Durl.c4020 case CURLPROTO_RTSP:
4021 family = CURLPROTO_RTSP;
/external/curl/docs/libcurl/
Dsymbols-in-versions681 CURLPROTO_RTSP 7.20.0
/external/curl/include/curl/
Dcurl.h913 #define CURLPROTO_RTSP (1<<18) macro
/external/curl/packages/OS400/
Dcurl.inc.in872 d CURLPROTO_RTSP...