Searched refs:inDict (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c153 static Boolean getProxyInfoForProtocol(CFDictionaryRef inDict, CFStringRef inEnabledKey, CFStringRef inHostKey, CFStringRef inPortKey, CFStringRef *outProxyHost, int *ioProxyPort) { argument
155 CFNumberRef cf_enabled = CFDictionaryGetValue(inDict, inEnabledKey);
166 *outProxyHost = CFDictionaryGetValue(inDict, inHostKey);
183 if ((cf_port = CFDictionaryGetValue(inDict, inPortKey)) != NULL &&

Completed in 42 milliseconds