Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxydetect.cc976 CFStringRef hostCFStr; in p_getProxyInfoForTypeFromDictWithKeys() local
982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey); in p_getProxyInfoForTypeFromDictWithKeys()
983 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname); in p_getProxyInfoForTypeFromDictWithKeys()