ff_http_match_no_proxy 208 libavformat/http.c use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) && ff_http_match_no_proxy 306 libavformat/network.h int ff_http_match_no_proxy(const char *no_proxy, const char *hostname); ff_http_match_no_proxy 25 libavformat/tests/noproxy.c int res = ff_http_match_no_proxy(pattern, host); ff_http_match_no_proxy 93 libavformat/tls.c use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), c->underlying_host) &&