Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c588 char lower_url[100]; in http_listen() local
595 ff_url_join(lower_url, sizeof(lower_url), lower_proto, NULL, hostname, port, in http_listen()
599 if ((ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_listen()
1911 char lower_url[100]; in http_proxy_open() local
1929 ff_url_join(lower_url, sizeof(lower_url), "tcp", NULL, hostname, port, in http_proxy_open()
1932 ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_proxy_open()