Home
last modified time | relevance | path

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

/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx405 CFDictionaryRef rProxyDict = SCDynamicStoreCopyProxies(NULL); in getPropertyValue() local
407 if (!rProxyDict) in getPropertyValue()
410 … rExceptionsList = (CFArrayRef) CFDictionaryGetValue(rProxyDict, kSCPropNetProxiesExceptionsList); in getPropertyValue()
425 if (rProxyDict) in getPropertyValue()
426 CFRelease(rProxyDict); in getPropertyValue()