Lines Matching refs:http_proxy
80 char *http_proxy;
149 { "http_proxy", "set HTTP proxy to tunnel through", OFFSET(http_proxy), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D | E },
217 env_http_proxy = getenv_utf8("http_proxy");
218 proxy_path = s->http_proxy ? s->http_proxy : env_http_proxy;
230 /* pass http_proxy to underlying protocol */
231 if (s->http_proxy) {
232 err = av_dict_set(options, "http_proxy", s->http_proxy, 0);