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_cb_hdr.c195 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_paramhlp.c290 { "rtsp", CURLPROTO_RTSP }, in proto2num()
Dtool_setopt.c157 NV(CURLPROTO_RTSP),
Dtool_operate.c1395 if(built_in_protos & (CURLPROTO_HTTP | CURLPROTO_RTSP)) { in single_transfer()
/external/curl/lib/
Dtransfer.c169 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()
708 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()
1047 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1778 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
Drtsp.c108 CURLPROTO_RTSP, /* protocol */
109 CURLPROTO_RTSP, /* family */
Dhttp.c3097 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()
3324 !(conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3483 else if((conn->handler->protocol & CURLPROTO_RTSP) && in Curl_http_readwrite_headers()
3642 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
4016 else if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_readwrite_headers()
/external/curl/docs/libcurl/
Dsymbols-in-versions712 CURLPROTO_RTSP 7.20.0
/external/curl/include/curl/
Dcurl.h978 #define CURLPROTO_RTSP (1<<18) macro
/external/curl/packages/OS400/
Dcurl.inc.in886 d CURLPROTO_RTSP...