Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxydetect.cc244 bool ProxyListMatch(const Url<char>& url, const std::string& proxy_list, in ProxyListMatch() function
558 if (ProxyListMatch(purl, proxy->bypass_list.c_str(), ',')) { in GetFirefoxProxySettings()
683 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in GetWinHttpProxySettings()
769 if (!ProxyListMatch(purl, proxy->bypass_list, ';')) { in WinHttpAutoDetectProxyForUrl()
888 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) {
926 if (!ProxyListMatch(purl, nonnull(reinterpret_cast<const char*>( in GetIeLanProxySettings()