Searched refs:ff_http_match_no_proxy (Results 1 – 5 of 5) sorted by relevance
25 int res = ff_http_match_no_proxy(pattern, host); in test()
93 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), c->underlying_host) && in ff_tls_open_underlying()
306 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
551 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname) in ff_http_match_no_proxy() function
209 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) && in http_open_cnx_internal()