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

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c170 // If cf_port is null or cf_port isn't a number, that means
182 CFNumberRef cf_port = NULL; local
183 if ((cf_port = CFDictionaryGetValue(inDict, inPortKey)) != NULL &&
184 CFNumberGetValue(cf_port, kCFNumberIntType, &newPort) &&

Completed in 38 milliseconds