Home
last modified time | relevance | path

Searched refs:host (Results 26101 – 26125 of 367870) sorted by relevance

1...<<1041104210431044104510461047104810491050>>...14715

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Dconfigure.host1 # configure.host
3 # This shell script handles all host based configuration for libgcj.
4 # It sets various shell variables based on the the host and the
9 # . configure.host
13 # host The configuration host
14 # host_cpu The configuration host CPU
46 case "${target_optspace}:${host}" in
60 # Set any host dependent compiler flags.
70 case "${host}" in
159 case "${host}" in
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/lua/src/
H A Dusocket.c296 const char * tcp_bind(p_socket sock, const char *host, unsigned short port) { in tcp_bind() argument
305 if (strcmp(host, "*") && !inet_aton(host, &local.sin_addr)) { in tcp_bind()
306 h = gethostbyname(host); in tcp_bind()
329 const char *host, in tcp_connect() argument
339 if (strcmp(host, "*") && !inet_aton(host, &remote.sin_addr)) { in tcp_connect()
340 h = gethostbyname(host); in tcp_connect()
353 const char *host, in tcp_create_and_connect() argument
367 if (inet_pton(AF_INET, host, &sa4.sin_addr)) { in tcp_create_and_connect()
371 } else if (inet_pton(AF_INET6, host, &sa6.sin6_addr)) { in tcp_create_and_connect()
386 if ((rv = getaddrinfo(host, portStr, &hints, &servinfo)) != 0) { in tcp_create_and_connect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DSocketConnection.java218 public void attach(String host, int port) { in attach() argument
220 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in attach()
221 socket = new Socket(host, port); in attach()
223 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in attach()
226 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in attach()
246 public void continueAttach(String host, int port, long timeout) { in continueAttach() argument
250 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in continueAttach()
254 socket = new Socket(host, port); in continueAttach()
255 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in continueAttach()
276 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in continueAttach()
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTAAUtil.c252 char * host = HTParse(url, "", PARSE_HOST); in HTAA_findElement() local
253 char * colon = strchr(host, ':'); in HTAA_findElement()
260 HT_FREE(host); in HTAA_findElement()
303 char * host = HTParse(url, "", PARSE_HOST); in HTAA_updateNode() local
304 char * colon = strchr(host, ':'); in HTAA_updateNode()
311 host, port, HTAA_deleteElement); in HTAA_updateNode()
312 HT_FREE(host); in HTAA_updateNode()
362 char * host = HTParse(url, "", PARSE_HOST); in HTAA_deleteNode() local
363 char * colon = strchr(host, ':'); in HTAA_deleteNode()
370 host, port, HTAA_deleteElement); in HTAA_deleteNode()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/google_default/
H A Dgoogle_default_credentials.cc187 request.host = const_cast<char*>(GRPC_COMPUTE_ENGINE_DETECTION_HOST); in is_metadata_server_reachable()
243 absl::string_view host; in ValidateUrlField() local
245 grpc_core::SplitHostPort(url->authority(), &host, &port); in ValidateUrlField()
246 if (absl::ConsumeSuffix(&host, ".googleapis.com")) { in ValidateUrlField()
247 if (host == "sts" || host == "iamcredentials") { in ValidateUrlField()
249 } else if (absl::StartsWith(host, "sts.") || in ValidateUrlField()
250 absl::StartsWith(host, "iamcredentials.")) { in ValidateUrlField()
252 } else if (absl::EndsWith(host, ".sts") || in ValidateUrlField()
253 absl::EndsWith(host, ".iamcredentials")) { in ValidateUrlField()
255 } else if (absl::EndsWith(host, "-sts") || in ValidateUrlField()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DSocketConnection.java218 public void attach(String host, int port) { in attach() argument
220 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in attach()
221 socket = new Socket(host, port); in attach()
223 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in attach()
226 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in attach()
246 public void continueAttach(String host, int port, long timeout) { in continueAttach() argument
250 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in continueAttach()
254 socket = new Socket(host, port); in continueAttach()
255 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in continueAttach()
276 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in continueAttach()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DSocketConnection.java216 public void attach(String host, int port) { in attach() argument
218 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in attach()
219 socket = new Socket(host, port); in attach()
221 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in attach()
224 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in attach()
244 public void continueAttach(String host, int port, long timeout) { in continueAttach() argument
248 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in continueAttach()
252 socket = new Socket(host, port); in continueAttach()
253 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in continueAttach()
269 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in continueAttach()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DSocketConnection.java218 public void attach(String host, int port) { in attach() argument
220 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in attach()
221 socket = new Socket(host, port); in attach()
223 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in attach()
226 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in attach()
246 public void continueAttach(String host, int port, long timeout) { in continueAttach() argument
250 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in continueAttach()
254 socket = new Socket(host, port); in continueAttach()
255 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in continueAttach()
276 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in continueAttach()
[all …]
/dports/audio/p5-CDDB_get/CDDB_get-2.28/
H A DCDDB_get.pm349 my $host=$CDDB_HOST;
358 $host=$4;
361 $host=$2;
367 print STDERR "cddb: connecting to $host:$port\n" if $debug;
369 $socket=IO::Socket::INET->new(PeerAddr=>$host, PeerPort=>$port,
370 Proto=>"tcp",Type=>SOCK_STREAM) or die "cannot connect to cddb db: $host:$port [$!]";
498 my $host=$CDDB_HOST;
507 $host=$4;
510 $host=$2;
516 print STDERR "cddb: connecting to $host:$port\n" if $debug;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/test/
H A Dtest_connectionpool.py38 def __init__(self, host, timeout=60, **kwargs): argument
40 self.unix_socket = host
215 with HTTPConnectionPool(host="localhost", maxsize=1, block=True) as pool:
227 with HTTPConnectionPool(host="localhost", maxsize=1, block=False) as pool:
241 str(EmptyPoolError(HTTPConnectionPool(host="localhost"), "Test."))
247 str(MaxRetryError(HTTPConnectionPool(host="localhost"), "Test.", None))
257 str(MaxRetryError(HTTPConnectionPool(host="localhost"), "Test.", err))
266 host="localhost", maxsize=POOL_SIZE, block=True
344 with HTTPConnectionPool(host="localhost") as pool:
352 pool = HTTPConnectionPool(host="localhost", timeout=SHORT_TIMEOUT)
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DSocketConnection.java218 public void attach(String host, int port) { in attach() argument
220 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in attach()
221 socket = new Socket(host, port); in attach()
223 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in attach()
226 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in attach()
246 public void continueAttach(String host, int port, long timeout) { in continueAttach() argument
250 …logger.trace(TRACE_LEVEL_IO, "Attaching for " + name + " connection to host: " + host + ":" + port… in continueAttach()
254 socket = new Socket(host, port); in continueAttach()
255 …logger.trace(TRACE_LEVEL_IO, "Attached for " + name + " connection to host: " + host + ":" + port); in continueAttach()
276 …re("Caught IOException while attaching for " + name + " connection to " + host + ":" + port + ":\n… in continueAttach()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/prober/
H A Dprober.go164 host := p.HTTPGet.Host
165 if host == "" {
166 host = status.PodIP
174 url := formatURL(scheme, host, port, path)
191 host := p.TCPSocket.Host
192 if host == "" {
193 host = status.PodIP
195 klog.V(4).InfoS("TCP-Probe Host", "host", host, "port", port, "timeout", timeout)
196 return pb.tcp.Probe(host, port, timeout)
235 func formatURL(scheme string, host string, port int, path string) *url.URL {
[all …]
/dports/www/squid/squid-4.15/src/
H A Durn.cc57 char *host; member
110 debugs(52, 3, "urnFindMinRtt: " << u->host << " rtt=" << u->rtt); in urnFindMinRtt()
137 const auto host = r->url.host(); in setUriResFromRequest() local
140 snprintf(local_urlres, 4096, "http://%s/uri-res/N2L?" SQUIDSBUFPH, host, SQUIDSBUFPRINT(query)); in setUriResFromRequest()
367 safe_free(urls[i].host); in urnHandleReply()
398 if (!uri.parse(m, SBuf(token)) || !*uri.host()) in urnParseReply()
402 list[i].rtt = netdbHostRtt(uri.host()); in urnParseReply()
405 debugs(52, 3, "Pinging " << uri.host()); in urnParseReply()
406 netdbPingSite(uri.host()); in urnParseReply()
413 list[i].host = xstrdup(uri.host()); in urnParseReply()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dwrite_mongodb.c44 char *host; member
89 BSON_APPEND_UTF8(ret, "host", vl->host); in wm_create_bson()
163 INFO("write_mongodb plugin: Connecting to [%s]:%d", node->host, node->port); in wm_initialize()
167 node->passwd, node->host, node->port, node->db); in wm_initialize()
181 node->host, node->port, node->db, node->user); in wm_initialize()
187 uri = ssnprintf_alloc("mongodb://%s:%d", node->host, node->port); in wm_initialize()
296 sfree(node->host); in wm_config_free()
309 node->host = strdup("localhost"); in wm_config_node()
310 if (node->host == NULL) { in wm_config_node()
321 sfree(node->host); in wm_config_node()
[all …]
/dports/mail/imaptools/imaptools-1.135/
H A Dlist_imap_folders.pl132 my $host = shift;
135 ($host,$port) = split(/:/, $host);
140 $mode = sslmode( $host, $port );
152 PeerAddr => $host,
158 Log("Error connecting to $host: $error");
166 PeerAddr => $host,
171 Log("Error connecting to $host:$port: $@");
172 warn "Error connecting to $host:$port: $@";
181 my $host = shift;
206 PeerAddr => $host,
[all …]
/dports/x11/x3270/suite3270-4.0/Common/
H A Dproxy_socks5.c68 char *host; member
96 proxy_socks5(socket_t fd, const char *user, const char *host, in proxy_socks5() argument
116 rv = resolve_host_and_port(host, NULL, &rport, &ps.ha.sa, sizeof(ps.ha), in proxy_socks5()
121 popup_an_error("SOCKS5 proxy: %s/%u: %s", host, port, errmsg); in proxy_socks5()
128 ps.host = NewString(host); in proxy_socks5()
311 char *sbuf = Malloc(32 + strlen(ps.host)); in proxy_socks5_send_connect()
319 *s++ = (char)strlen(ps.host); in proxy_socks5_send_connect()
320 strcpy(s, ps.host); in proxy_socks5_send_connect()
321 s += strlen(ps.host); in proxy_socks5_send_connect()
340 ps.use_name? ps.host: nbuf, in proxy_socks5_send_connect()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/credentials/google_default/
H A Dgoogle_default_credentials.cc187 request.host = const_cast<char*>(GRPC_COMPUTE_ENGINE_DETECTION_HOST); in is_metadata_server_reachable()
241 absl::string_view host; in ValidateUrlField() local
243 grpc_core::SplitHostPort(url->authority(), &host, &port); in ValidateUrlField()
244 if (absl::ConsumeSuffix(&host, ".googleapis.com")) { in ValidateUrlField()
245 if (host == "sts" || host == "iamcredentials") { in ValidateUrlField()
247 } else if (absl::StartsWith(host, "sts.") || in ValidateUrlField()
248 absl::StartsWith(host, "iamcredentials.")) { in ValidateUrlField()
250 } else if (absl::EndsWith(host, ".sts") || in ValidateUrlField()
251 absl::EndsWith(host, ".iamcredentials")) { in ValidateUrlField()
253 } else if (absl::EndsWith(host, "-sts") || in ValidateUrlField()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/file/
H A Dfile_format_fasta.h59 if (_streamEOF(host(it))) in goBegin()
68 _streamSkipLine(host(it), it.data_char); in goBegin()
74 if (_streamEOF(host(it))) in goBegin()
79 it.data_char = _streamGet(host(it)); in goBegin()
85 _streamUnget(host(it)); in goBegin()
90 it.data_eof = _streamEOF(host(it)); in goBegin()
111 it.data_char = _streamGet(host(it)); in goNext()
114 if (_streamEOF(host(it))) in goNext()
124 it.data_char = _streamGet(host(it)); in goNext()
125 if (_streamEOF(host(it))) in goNext()
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolver.php1184 $host[0] = $this->resolveGraphPositionalMacros($host[0], $items);
1194 unset($host);
2185 unset($host);
2225 $host = null;
2299 if ($host) {
2305 if ($host) {
2311 if ($host) {
2317 if ($host) {
2342 if ($host) {
2348 if ($host) {
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolver.php1184 $host[0] = $this->resolveGraphPositionalMacros($host[0], $items);
1194 unset($host);
2185 unset($host);
2225 $host = null;
2299 if ($host) {
2305 if ($host) {
2311 if ($host) {
2317 if ($host) {
2342 if ($host) {
2348 if ($host) {
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolver.php1184 $host[0] = $this->resolveGraphPositionalMacros($host[0], $items);
1194 unset($host);
2185 unset($host);
2225 $host = null;
2299 if ($host) {
2305 if ($host) {
2311 if ($host) {
2317 if ($host) {
2342 if ($host) {
2348 if ($host) {
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolver.php1184 $host[0] = $this->resolveGraphPositionalMacros($host[0], $items);
1194 unset($host);
2185 unset($host);
2225 $host = null;
2299 if ($host) {
2305 if ($host) {
2311 if ($host) {
2317 if ($host) {
2342 if ($host) {
2348 if ($host) {
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolver.php1184 $host[0] = $this->resolveGraphPositionalMacros($host[0], $items);
1194 unset($host);
2185 unset($host);
2225 $host = null;
2299 if ($host) {
2305 if ($host) {
2311 if ($host) {
2317 if ($host) {
2342 if ($host) {
2348 if ($host) {
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dpreset.py105 host = "_preset_host"
109 cmd.select(host,s+" and "+prot_and_dna_sele)
114 util.chainbow(host,_self=cmd)
118 cmd.show("ribbon",host)
136 cmd.delete(host)
187 host = "_preset_host"
191 cmd.select(host,s+" and "+prot_and_dna_sele)
195 cmd.flag("ignore",host,"clear")
198 util.chainbow(host,_self=cmd)
202 cmd.show("ribbon",host)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_AutoWebProxyScriptWrapper.cs66 host = null; in Close()
74 internal string FindProxyForURL(string url, string host) in FindProxyForURL() argument
76 if (url == null || host == null) in FindProxyForURL()
93 result = script.FindProxyForURL(url, host); in FindProxyForURL()
146 host = new ScriptHost(); in Compile()
153 jscript.SetScriptSite(host); in Compile()
188 ….HashString(this) + "::Compile() Script load error:[" + host.ExceptionMessage == null ? "" : host.… in Compile()
290 private ScriptHost host; field in System.Net.AutoWebProxyScriptWrapper
478 string Run(string url, string host); in Run() argument
844 internal string FindProxyForURL(string url, string host) in FindProxyForURL() argument
[all …]

1...<<1041104210431044104510461047104810491050>>...14715