Searched refs:lower_proto (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | gopher.c | 84 const char *lower_proto = "tcp"; in gopher_open() local 96 lower_proto = "tls"; in gopher_open() 98 ff_url_join(buf, sizeof(buf), lower_proto, NULL, hostname, port, NULL); in gopher_open()
|
D | http.c | 202 const char *path, *proxy_path, *lower_proto = "tcp", *local_path; in http_open_cnx_internal() local 226 lower_proto = "tls"; in http_open_cnx_internal() 263 ff_url_join(buf, sizeof(buf), lower_proto, NULL, hostname, port, NULL); in http_open_cnx_internal() 655 const char *lower_proto = "tcp"; in http_listen() local 660 lower_proto = "tls"; in http_listen() 661 ff_url_join(lower_url, sizeof(lower_url), lower_proto, NULL, hostname, port, in http_listen()
|
D | rtspdec.c | 657 const char *lower_proto = "tcp"; in rtsp_listen() local 676 lower_proto = "tls"; in rtsp_listen() 684 ff_url_join(tcpname, sizeof(tcpname), lower_proto, NULL, host, port, in rtsp_listen()
|