Searched defs:sProps (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c269 void setProxyProperties(java_props_t *sProps) { argument
270 if (sProps == NULL) return;
318 sProps->exceptionList = createUTF8CString(cf_exceptionList);
324 sProps->protocol##ProxyEnabled = \
329 if (sProps->protocol##ProxyEnabled) { \
330 sProps->protocol##Host = createUTF8CString(cf_##protocol##Host); \
332 sProps->protocol##Port = malloc(strlen(buf) + 1); \
333 strcpy(sProps->protocol##Port, buf); \

Completed in 30 milliseconds