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

/openjdk7/jdk/src/windows/native/sun/net/spi/
H A DDefaultProxySelector.c122 char *phost; local
238 phost = s;
240 if (phost != NULL) {
247 jhost = (*env)->NewStringUTF(env, phost);
/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c160 char *phost = NULL; local
190 phost = (*my_get_string_func)(gconf_client, "/system/http_proxy/host", NULL);
205 phost = (*my_get_string_func)(gconf_client, "/system/http_proxy/host", NULL);
222 phost = (*my_get_string_func)(gconf_client, "/system/proxy/secure_host", NULL);
225 use_proxy = (phost != NULL);
241 phost = (*my_get_string_func)(gconf_client, "/system/proxy/ftp_host", NULL);
244 use_proxy = (phost != NULL);
260 phost = (*my_get_string_func)(gconf_client, "/system/proxy/gopher_host", NULL);
263 use_proxy = (phost != NULL);
279 phost
[all...]

Completed in 30 milliseconds