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

/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c71 gconf_client_get_string_func* my_get_string_func = NULL; variable
132 my_get_string_func = (gconf_client_get_string_func*) dlsym(RTLD_DEFAULT, "gconf_client_get_string");
135 if (my_get_int_func != NULL && my_get_string_func != NULL &&
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);
219 mode = (*my_get_string_func)(gconf_client, "/system/proxy/mode", NULL);
222 phost = (*my_get_string_func)(gconf_client, "/system/proxy/secure_host", NULL);
238 mode = (*my_get_string_func)(gconf_client, "/system/proxy/mode", NULL);
241 phost = (*my_get_string_func)(gconf_client, "/system/proxy/ftp_host", NULL);
257 mode = (*my_get_string_func)(gconf_clien
[all...]

Completed in 41 milliseconds