Home
last modified time | relevance | path

Searched refs:gethttpproxyport (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/centerim/centerim-4.22.10/src/
H A Dicqconf.h333 unsigned int gethttpproxyport() const;
H A Dicqconf.cc722 …) << ":" << gethttpproxypasswd() << "@" << gethttpproxyhost() << ":" << gethttpproxyport() << endl; in save()
724 f << "http_proxy\t" << gethttpproxyhost() << ":" << gethttpproxyport() << endl; in save()
1705 cw_setproxy(gethttpproxyhost().c_str(), gethttpproxyport(), in setproxy()
1833 unsigned int icqconf::gethttpproxyport() const { in gethttpproxyport() function in icqconf
H A Dicqdialogs.cc1155 …onf->gethttpproxypasswd() + "@" + conf->gethttpproxyhost() + ":" + i2str(conf->gethttpproxyport()); in updateconf()
1159 httpproxy += ":" + i2str(conf->gethttpproxyport()); in updateconf()
/dports/net-im/centerim/centerim-4.22.10/src/hooks/
H A Drsshook.cc218 httpcli.setProxyServerPort(conf->gethttpproxyport()); in ping()
H A Dljhook.cc71 httpcli.setProxyServerPort(conf->gethttpproxyport()); in connect()