Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
D_scproxy.c128 CFStringRef hostKey, CFStringRef portKey) in set_proxy() argument
137 aNum = CFDictionaryGetValue(proxyDict, portKey); in set_proxy()
/external/python/cpython3/Modules/
D_scproxy.c133 CFStringRef hostKey, CFStringRef portKey) in set_proxy() argument
142 aNum = CFDictionaryGetValue(proxyDict, portKey); in set_proxy()
/external/webrtc/webrtc/base/
Dproxydetect.cc958 const CFStringRef portKey) { in p_getProxyInfoForTypeFromDictWithKeys() argument
985 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey); in p_getProxyInfoForTypeFromDictWithKeys()