Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxydetect.cc955 const CFDictionaryRef proxyDict, in p_getProxyInfoForTypeFromDictWithKeys() argument
970 if ((proxyDict != NULL) && in p_getProxyInfoForTypeFromDictWithKeys()
971 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) { in p_getProxyInfoForTypeFromDictWithKeys()
978 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey); in p_getProxyInfoForTypeFromDictWithKeys()
982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey); in p_getProxyInfoForTypeFromDictWithKeys()
985 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey); in p_getProxyInfoForTypeFromDictWithKeys()
1009 const CFDictionaryRef proxyDict) { in GetMacProxySettingsFromDictionary() argument
1017 proxyDict, in GetMacProxySettingsFromDictionary()
1026 proxyDict, in GetMacProxySettingsFromDictionary()
1035 proxy, PROXY_HTTPS, proxyDict, kSCPropNetProxiesHTTPEnable, in GetMacProxySettingsFromDictionary()
[all …]