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

/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c72 gconf_client_get_int_func* my_get_int_func = NULL; variable
133 my_get_int_func = (gconf_client_get_int_func*) dlsym(RTLD_DEFAULT, "gconf_client_get_int");
135 if (my_get_int_func != NULL && my_get_string_func != NULL &&
191 pport = (*my_get_int_func)(gconf_client, "/system/http_proxy/port", NULL);
206 pport = (*my_get_int_func)(gconf_client, "/system/http_proxy/port", NULL);
223 pport = (*my_get_int_func)(gconf_client, "/system/proxy/secure_port", NULL);
242 pport = (*my_get_int_func)(gconf_client, "/system/proxy/ftp_port", NULL);
261 pport = (*my_get_int_func)(gconf_client, "/system/proxy/gopher_port", NULL);
280 pport = (*my_get_int_func)(gconf_client, "/system/proxy/socks_port", NULL);

Completed in 37 milliseconds