Home | History | Annotate | Download | only in base

Lines Matching refs:proxyDict

955                                            const CFDictionaryRef proxyDict,
970 if ((proxyDict != NULL) &&
971 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) {
978 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey);
982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey);
985 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey);
1009 const CFDictionaryRef proxyDict) {
1017 proxyDict,
1026 proxyDict,
1035 proxy, PROXY_HTTPS, proxyDict, kSCPropNetProxiesHTTPEnable,
1164 CFDictionaryRef proxyDict = SCDynamicStoreCopyProxies(NULL);
1167 if (proxyDict != NULL) {
1170 result = GetMacProxySettingsFromDictionary(proxy, proxyDict);
1179 CFRelease(proxyDict);