Home
last modified time | relevance | path

Searched refs:proxy_hostname (Results 26 – 50 of 138) sorted by relevance

123456

/dports/audio/taglookup/taglookup-0.2/
H A Dcddb_query_impl.h49 const std::string &proxy_hostname,
H A Dcddb_query.h59 …t std::string &hostname, const unsigned int port, const std::string &proxy_hostname, const unsigne…
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dproxy_settings.cpp44 p.hostname = sett.get_str(settings_pack::proxy_hostname); in init()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dproxy_settings.cpp44 p.hostname = sett.get_str(settings_pack::proxy_hostname); in init()
/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcadaver.c94 char *proxy_hostname; variable
369 proxy_hostname = proxy_host; in open_connection()
394 ne_session_proxy(session.sess, proxy_hostname, proxy_port); in open_connection()
409 proxy_hostname, proxy_port, ne_get_error(session.sess)); in open_connection()
1165 proxy_hostname, username, password); in supply_creds_proxy()
H A Dcadaver.h88 extern char *proxy_hostname;
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_rhsm.aug31 proxy_hostname =
102 { "proxy_hostname" }
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dweb_seed_suite.cpp114 pack.set_str(settings_pack::proxy_hostname, "127.0.0.1"); in test_transfer()
123 pack.set_str(settings_pack::proxy_hostname, ""); in test_transfer()
H A Dtest_transfer.cpp186 pack_p.set_str(settings_pack::proxy_hostname, "5.6.7.8");
188 pack_p.set_str(settings_pack::proxy_hostname, "127.0.0.1");
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dweb_seed_suite.cpp114 pack.set_str(settings_pack::proxy_hostname, "127.0.0.1"); in test_transfer()
123 pack.set_str(settings_pack::proxy_hostname, ""); in test_transfer()
H A Dtest_transfer.cpp186 pack_p.set_str(settings_pack::proxy_hostname, "5.6.7.8");
188 pack_p.set_str(settings_pack::proxy_hostname, "127.0.0.1");
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_client.c27 solr_string_init(&(options->proxy_hostname)); in solr_init_options()
105 if (options->proxy_hostname.len) { in solr_set_initial_curl_handle_options()
107 curl_easy_setopt(sch->curl_handle, CURLOPT_PROXY, options->proxy_hostname.str); in solr_set_initial_curl_handle_options()
571 solr_string_free(&((options)->proxy_hostname)); in solr_free_options()
H A Dsolr_types.h212 solr_string_t proxy_hostname; /* IP address of domain name for the proxy server */ member
/dports/mail/msmtp/msmtp-1.8.19/src/
H A Dnet.c655 const char *proxy_hostname, int proxy_port, in net_open_socket() argument
714 if (proxy_hostname) in net_open_socket()
716 error_code = net_open_socket(NULL, NULL, -1, proxy_hostname, proxy_port, in net_open_socket()
/dports/mail/mpop/mpop-1.4.15/src/
H A Dnet.c655 const char *proxy_hostname, int proxy_port, in net_open_socket() argument
714 if (proxy_hostname) in net_open_socket()
716 error_code = net_open_socket(NULL, NULL, -1, proxy_hostname, proxy_port, in net_open_socket()
H A Dpop3.h244 const char *proxy_hostname, int proxy_port,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjingle_xmpp/xmpp/
H A Dxmppengine.h197 virtual XmppReturnStatus SetTlsServer(const std::string & proxy_hostname,
H A Dxmppengineimpl.h71 virtual XmppReturnStatus SetTlsServer(const std::string& proxy_hostname,
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmpp/
H A Dxmppengine.h213 virtual XmppReturnStatus SetTlsServer(const std::string & proxy_hostname,
H A Dxmppengineimpl.h86 virtual XmppReturnStatus SetTlsServer(const std::string& proxy_hostname,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libjingle_xmpp/xmpp/
H A Dxmppengine.h197 virtual XmppReturnStatus SetTlsServer(const std::string & proxy_hostname,
H A Dxmppengineimpl.h71 virtual XmppReturnStatus SetTlsServer(const std::string& proxy_hostname,
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConfig.cc1110 HttpEstablishStaticConfigStringAlloc(c.proxy_hostname, "proxy.config.proxy_name"); in startup()
1113 if (c.proxy_hostname == nullptr) { in startup()
1114 c.proxy_hostname = static_cast<char *>(ats_malloc(sizeof(char))); in startup()
1115 c.proxy_hostname[0] = '\0'; in startup()
1398 params->proxy_hostname = ats_strdup(m_master.proxy_hostname); in reconfigure()
1399 …>proxy_hostname_len = (params->proxy_hostname) ? strlen(params->proxy_hostna… in reconfigure()
H A DHttpConfig.h770 char *proxy_hostname = nullptr; member
882 ats_free(proxy_hostname); in ~HttpConfigParams()
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dclient.c3516 if (root->proxy_hostname) in connect_to_pserver()
3519 hostinfo = init_sockaddr (&client_sai.addr_in, root->proxy_hostname, in connect_to_pserver()
3522 root->hostname, port_number, root->proxy_hostname, in connect_to_pserver()
3537 root->proxy_hostname ? root->proxy_hostname : root->hostname, in connect_to_pserver()
3539 root->proxy_hostname ? proxy_port_number : port_number, in connect_to_pserver()
3545 if (root->proxy_hostname) in connect_to_pserver()
3565 root->proxy_hostname, proxy_port_number); in connect_to_pserver()

123456