Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
D_scproxy.c128 CFStringRef hostKey, CFStringRef portKey) in set_proxy() argument
136 hostString = CFDictionaryGetValue(proxyDict, hostKey); in set_proxy()
/external/python/cpython3/Modules/
D_scproxy.c133 CFStringRef hostKey, CFStringRef portKey) in set_proxy() argument
141 hostString = CFDictionaryGetValue(proxyDict, hostKey); in set_proxy()
/external/webrtc/webrtc/base/
Dproxydetect.cc957 const CFStringRef hostKey, in p_getProxyInfoForTypeFromDictWithKeys() argument
982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey); in p_getProxyInfoForTypeFromDictWithKeys()