ff_http_match_no_proxy  161 libavformat/http.c     use_proxy  = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) &&
ff_http_match_no_proxy  276 libavformat/network.h int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
ff_http_match_no_proxy   25 libavformat/noproxy-test.c     int res = ff_http_match_no_proxy(pattern, host);
ff_http_match_no_proxy  204 libavformat/tls.c     use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), host) &&