Home
last modified time | relevance | path

Searched refs:proto_rtsp (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/src/
Dtool_libinfo.c50 const char *proto_rtsp = NULL; variable
66 { "rtsp", &proto_rtsp },
Dtool_libinfo.h43 extern const char *proto_rtsp;
Dtool_cb_hdr.c216 scheme == proto_rtsp || scheme == proto_file)) { in tool_header_cb()
Dtool_operate.c1457 if(proto_http || proto_rtsp) { in single_transfer()