Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
Dnoproxy.c25 int res = ff_http_match_no_proxy(pattern, host); in test()
/third_party/ffmpeg/libavformat/
Dtls.c93 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), c->underlying_host) && in ff_tls_open_underlying()
Dnetwork.h306 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
Dnetwork.c551 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname) in ff_http_match_no_proxy() function
Dhttp.c209 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) && in http_open_cnx_internal()