Home
last modified time | relevance | path

Searched refs:conn_timeout (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dssh_utils.py58 def __init__(self, ip, port, conn_timeout, login, password=None, argument
64 self.conn_timeout = conn_timeout if conn_timeout else None
126 timeout=self.conn_timeout)
134 timeout=self.conn_timeout)
139 if self.conn_timeout:
141 transport.set_keepalive(self.conn_timeout)
/dports/security/vault/vault-1.8.2/vendor/github.com/denisenkom/go-mssqldb/
H A Dconn_str_test.go67 …return p.conn_timeout == 3*time.Second && p.dial_timeout == 4*time.Second && p.keepAlive == 5*time…
130 … return p.host == "somehost" && p.port == 0 && p.instance == "" && p.conn_timeout == 30*time.Second
133 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
136 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
139 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
142 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
145 …tance" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/denisenkom/go-mssqldb/
H A Dconn_str_test.go67 …return p.conn_timeout == 3*time.Second && p.dial_timeout == 4*time.Second && p.keepAlive == 5*time…
130 … return p.host == "somehost" && p.port == 0 && p.instance == "" && p.conn_timeout == 30*time.Second
133 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
136 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
139 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
142 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
145 …tance" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denisenkom/go-mssqldb/
H A Dconn_str_test.go67 …return p.conn_timeout == 3*time.Second && p.dial_timeout == 4*time.Second && p.keepAlive == 5*time…
130 … return p.host == "somehost" && p.port == 0 && p.instance == "" && p.conn_timeout == 30*time.Second
133 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
136 … && p.instance == "" && p.user == "someuser" && p.password == "" && p.conn_timeout == 30*time.Seco…
139 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
142 … == "" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
145 …tance" && p.user == "someuser" && p.password == "foo:/\\!~@;bar" && p.conn_timeout == 30*time.Seco…
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/eg/
H A Dwebserver.pl25 my $conn_timeout = 10;
60 context readbuf, $conn, \$buf, qr/^(.*?)\r\n\r\n/s, $conn_timeout;
86 context writebuf, $conn, \$resp, length($resp), 0, $conn_timeout;
129 'Keep-Alive' => $conn_timeout,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dservice.cc53 Status Service::Connect(const std::string& host, int port, int conn_timeout, in Connect() argument
56 service->reset(new Service(host, port, conn_timeout, protocol_version)); in Connect()
82 Service::Service(const std::string& host, int port, int conn_timeout, in Service() argument
86 conn_timeout_(conn_timeout), in Service()
H A Dhiveserver2_test.cc107 int conn_timeout = 0; in SetUp() local
110 Service::Connect(hostname_, port, conn_timeout, protocol_version, &service_)); in SetUp()
408 int conn_timeout = 0; in TEST() local
411 ASSERT_OK(Service::Connect(host, port, conn_timeout, protocol_version, &service)); in TEST()
439 int conn_timeout = 100; in TEST() local
445 ASSERT_RAISES(IOError, Service::Connect(invalid_host, port, conn_timeout, in TEST()
449 ASSERT_RAISES(IOError, Service::Connect(host, invalid_port, conn_timeout, in TEST()
453 ASSERT_RAISES(NotImplemented, Service::Connect(host, port, conn_timeout, in TEST()
H A Dservice.h93 static Status Connect(const std::string& host, int port, int conn_timeout,
124 Service(const std::string& host, int port, int conn_timeout,
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dbi/hiveserver2/
H A Dservice.cc53 Status Service::Connect(const std::string& host, int port, int conn_timeout, in Connect() argument
56 service->reset(new Service(host, port, conn_timeout, protocol_version)); in Connect()
82 Service::Service(const std::string& host, int port, int conn_timeout, in Service() argument
86 conn_timeout_(conn_timeout), in Service()
H A Dhiveserver2_test.cc107 int conn_timeout = 0; in SetUp() local
110 Service::Connect(hostname_, port, conn_timeout, protocol_version, &service_)); in SetUp()
408 int conn_timeout = 0; in TEST() local
411 ASSERT_OK(Service::Connect(host, port, conn_timeout, protocol_version, &service)); in TEST()
439 int conn_timeout = 100; in TEST() local
445 ASSERT_RAISES(IOError, Service::Connect(invalid_host, port, conn_timeout, in TEST()
449 ASSERT_RAISES(IOError, Service::Connect(host, invalid_port, conn_timeout, in TEST()
453 ASSERT_RAISES(NotImplemented, Service::Connect(host, port, conn_timeout, in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dservice.cc53 Status Service::Connect(const std::string& host, int port, int conn_timeout, in Connect() argument
56 service->reset(new Service(host, port, conn_timeout, protocol_version)); in Connect()
82 Service::Service(const std::string& host, int port, int conn_timeout, in Service() argument
86 conn_timeout_(conn_timeout), in Service()
H A Dhiveserver2_test.cc107 int conn_timeout = 0; in SetUp() local
110 Service::Connect(hostname_, port, conn_timeout, protocol_version, &service_)); in SetUp()
408 int conn_timeout = 0; in TEST() local
411 ASSERT_OK(Service::Connect(host, port, conn_timeout, protocol_version, &service)); in TEST()
439 int conn_timeout = 100; in TEST() local
445 ASSERT_RAISES(IOError, Service::Connect(invalid_host, port, conn_timeout, in TEST()
449 ASSERT_RAISES(IOError, Service::Connect(host, invalid_port, conn_timeout, in TEST()
453 ASSERT_RAISES(NotImplemented, Service::Connect(host, port, conn_timeout, in TEST()
/dports/www/p5-Protocol-WebSocket/Protocol-WebSocket-0.23/examples/
H A Dio-lamda.pl13 my $conn_timeout = 10;
35 context readbuf, $conn, \$buf, qr/^(.*)$/s, $conn_timeout;
64 context writebuf, $conn, \$res, length($res), 0, $conn_timeout;
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/cloud/
H A Dcloud-cmn.c56 cmsec = self->conn_timeout; in KNSManager_Read()
60 self->conn_timeout = self->http_write_timeout = 500; in KNSManager_Read()
92 self->conn_timeout = cmsec; in KNSManager_Read()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/cloud/
H A Dcloud-cmn.c56 cmsec = self->conn_timeout; in KNSManager_Read()
60 self->conn_timeout = self->http_write_timeout = 500; in KNSManager_Read()
92 self->conn_timeout = cmsec; in KNSManager_Read()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/
H A Dneo_net.c150 int conn_timeout, int data_timeout) in ne_net_connect() argument
211 tv.tv_sec = conn_timeout; in ne_net_connect()
275 my_sock->conn_timeout = conn_timeout; in ne_net_connect()
330 if (sock->conn_timeout) in ne_net_fill()
332 tv.tv_sec = sock->conn_timeout; in ne_net_fill()
333 sock->conn_timeout = 0; in ne_net_fill()
374 if (sock->conn_timeout) in ne_net_flush()
376 tv.tv_sec = sock->conn_timeout; in ne_net_flush()
H A Dneo_net.h22 int conn_timeout; member
40 int conn_timeout, int data_timeout);
/dports/www/clearsilver/clearsilver-0.10.5/util/
H A Dneo_net.c150 int conn_timeout, int data_timeout) in ne_net_connect() argument
211 tv.tv_sec = conn_timeout; in ne_net_connect()
275 my_sock->conn_timeout = conn_timeout; in ne_net_connect()
330 if (sock->conn_timeout) in ne_net_fill()
332 tv.tv_sec = sock->conn_timeout; in ne_net_fill()
333 sock->conn_timeout = 0; in ne_net_fill()
374 if (sock->conn_timeout) in ne_net_flush()
376 tv.tv_sec = sock->conn_timeout; in ne_net_flush()
H A Dneo_net.h22 int conn_timeout; member
40 int conn_timeout, int data_timeout);
/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/
H A Dneo_net.c150 int conn_timeout, int data_timeout) in ne_net_connect() argument
211 tv.tv_sec = conn_timeout; in ne_net_connect()
275 my_sock->conn_timeout = conn_timeout; in ne_net_connect()
330 if (sock->conn_timeout) in ne_net_fill()
332 tv.tv_sec = sock->conn_timeout; in ne_net_fill()
333 sock->conn_timeout = 0; in ne_net_fill()
374 if (sock->conn_timeout) in ne_net_flush()
376 tv.tv_sec = sock->conn_timeout; in ne_net_flush()
H A Dneo_net.h22 int conn_timeout; member
40 int conn_timeout, int data_timeout);
/dports/www/srt/srt-1.4.4/test/
H A Dtest_connection_timeout.cpp97 int conn_timeout = 0; in TEST_F() local
98 int conn_timeout_len = sizeof conn_timeout; in TEST_F()
99 …EXPECT_EQ(srt_getsockopt(client_sock, 0, SRTO_CONNTIMEO, &conn_timeout, &conn_timeout_len), SRT_SU… in TEST_F()
100 EXPECT_EQ(conn_timeout, 3000); in TEST_F()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/api/
H A Dcontainer.py1066 conn_timeout = self.timeout
1067 if conn_timeout is not None:
1068 conn_timeout += timeout
1069 res = self._post(url, params=params, timeout=conn_timeout)
1163 conn_timeout = self.timeout
1164 if conn_timeout is not None:
1165 conn_timeout += timeout
1166 res = self._post(url, params=params, timeout=conn_timeout)
/dports/sysutils/py-docker/docker-5.0.3/docker/api/
H A Dcontainer.py1067 conn_timeout = self.timeout
1068 if conn_timeout is not None:
1069 conn_timeout += timeout
1070 res = self._post(url, params=params, timeout=conn_timeout)
1164 conn_timeout = self.timeout
1165 if conn_timeout is not None:
1166 conn_timeout += timeout
1167 res = self._post(url, params=params, timeout=conn_timeout)
/dports/dns/dns2tcp/dns2tcp-0.5.2/client/
H A Dsocket.c59 tv.tv_sec = (time_t) conf->conn_timeout; in unix_get_simple_reply()
81 tv.tv_sec = (time_t) conf->conn_timeout; in unix_get_simple_reply()
97 while ((retval = WaitForSingleObject(conf->event_udp, conf->conn_timeout*1000)) != WAIT_FAILED) in win_get_simple_reply()

12345678910