Home
last modified time | relevance | path

Searched refs:client_future (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dcram_md5.cc83 auto client_future in CramSockets() local
92 client_future.wait(); in CramSockets()
95 handshake_ok_client = client_future.get(); in CramSockets()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tests/
H A Dcram_md5.cc83 auto client_future = std::async(std::launch::async, &CramMd5Handshake::DoHandshake, in CramSockets() local
90 client_future.wait(); in CramSockets()
93 handshake_ok_client = client_future.get(); in CramSockets()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tests/
H A Dcram_md5.cc83 auto client_future = std::async(std::launch::async, &CramMd5Handshake::DoHandshake, in CramSockets() local
90 client_future.wait(); in CramSockets()
93 handshake_ok_client = client_future.get(); in CramSockets()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tests/
H A Dcram_md5.cc83 auto client_future = std::async(std::launch::async, &CramMd5Handshake::DoHandshake, in CramSockets() local
90 client_future.wait(); in CramSockets()
93 handshake_ok_client = client_future.get(); in CramSockets()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dcram_md5.cc83 auto client_future in CramSockets() local
92 client_future.wait(); in CramSockets()
95 handshake_ok_client = client_future.get(); in CramSockets()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dcram_md5.cc83 auto client_future in CramSockets() local
92 client_future.wait(); in CramSockets()
95 handshake_ok_client = client_future.get(); in CramSockets()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dcram_md5.cc83 auto client_future in CramSockets() local
92 client_future.wait(); in CramSockets()
95 handshake_ok_client = client_future.get(); in CramSockets()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tests/
H A Dcram_md5.cc83 auto client_future = std::async(std::launch::async, &CramMd5Handshake::DoHandshake, in CramSockets() local
90 client_future.wait(); in CramSockets()
93 handshake_ok_client = client_future.get(); in CramSockets()
/dports/www/py-tornado4/tornado-4.5.3/tornado/test/
H A Diostream_test.py968 client_future = self.client_start_tls(dict(cert_reqs=ssl.CERT_NONE))
970 self.client_stream = yield client_future
981 client_future = self.client_start_tls(server_hostname="localhost")
984 yield client_future
996 client_future = self.client_start_tls(
1002 yield client_future
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Diostream_test.py1013 client_future = self.client_start_tls(dict(cert_reqs=ssl.CERT_NONE))
1015 self.client_stream = yield client_future
1027 client_future = self.client_start_tls(server_hostname="localhost")
1029 yield client_future
1040 client_future = self.client_start_tls(
1045 yield client_future
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/test/
H A Diostream_test.py969 client_future = self.client_start_tls(dict(cert_reqs=ssl.CERT_NONE))
971 self.client_stream = yield client_future
982 client_future = self.client_start_tls(server_hostname="localhost")
985 yield client_future
997 client_future = self.client_start_tls(
1003 yield client_future
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/openssl/
H A Dssl_test.go115 client_future := utils.NewFuture()
117 client_future.Set(net.Dial(l.Addr().Network(), l.Addr().String()))
122 client_conn, err := client_future.Get()
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Diostream_test.py1174 client_future = self.client_start_tls(dict(cert_reqs=ssl.CERT_NONE))
1176 self.client_stream = yield client_future
1187 client_future = self.client_start_tls(server_hostname="localhost")
1190 yield client_future
1200 client_future = self.client_start_tls(
1206 yield client_future
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-openssl/
H A Dssl_test.go129 client_future := utils.NewFuture()
131 client_future.Set(net.Dial(l.Addr().Network(), l.Addr().String()))
136 client_conn, err := client_future.Get()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/azync/
H A Dconnection.rs660 let client_future = async { in test_unix_p2p() localVariable
671 let (val, _) = futures::try_join!(client_future, server_future)?; in test_unix_p2p()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dconnection.rs1048 let client_future = async { in test_p2p() localVariable
1060 let (val, _) = futures_util::try_join!(client_future, server_future)?; in test_p2p()
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/
H A Dparcelport_verbs.cpp1259 hpx::shared_future<verbs_endpoint_ptr> client_future = in get_remote_connection() local
1267 verbs_endpoint_ptr client = client_future.get(); in get_remote_connection()