Home
last modified time | relevance | path

Searched refs:make_connection (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/src/make/
H A Dmod.rs3 mod make_connection; module
6 pub use self::make_connection::MakeConnection;
H A Dmake_connection.rs26 fn make_connection(&mut self, target: Target) -> Self::Future; in make_connection() method
44 fn make_connection(&mut self, target: Target) -> Self::Future { in make_connection() function
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/
H A Dtest_http.py73 def make_connection(self): member in HTTPTests
131 c = self.make_connection()
173 c = self.make_connection()
207 c = self.make_connection()
225 c = self.make_connection()
254 c = self.make_connection()
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dtest_http.py75 def make_connection(self): member in HTTPTests
135 c = self.make_connection()
177 c = self.make_connection()
209 c = self.make_connection()
227 c = self.make_connection()
256 c = self.make_connection()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/src/
H A Dhttp_client.cc66 if (!conn_) conn_ = make_connection(); in make_request()
72 if (!conn_) conn_ = make_connection(); in make_request_sync()
86 std::unique_ptr<HttpClientConnectionBase> HttpClient::make_connection() { in make_connection() function in HttpClient
91 std::unique_ptr<HttpClientConnectionBase> HttpsClient::make_connection() { in make_connection() function in HttpsClient
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/request/
H A Dhttp_pool.rb20 @queue.pop || make_connection
38 def make_connection method in HTTPPool
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tower-util-0.1.0/src/
H A Dlib.rs12 mod make_connection; module
21 pub use crate::make_connection::MakeConnection;
H A Dmake_connection.rs25 fn make_connection(&mut self, target: Target) -> Self::Future; in make_connection() method
43 fn make_connection(&mut self, target: Target) -> Self::Future { in make_connection() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tower-util-0.1.0/src/
H A Dlib.rs12 mod make_connection; module
21 pub use crate::make_connection::MakeConnection;
H A Dmake_connection.rs25 fn make_connection(&mut self, target: Target) -> Self::Future; in make_connection() method
43 fn make_connection(&mut self, target: Target) -> Self::Future { in make_connection() function
/dports/net-im/telepathy-idle/telepathy-idle-0.2.0/tests/twisted/connect/
H A Dinvalid-nick.py7 from idletest import make_connection
23 conn = make_connection(bus, None, params)
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/connect/
H A Dtest-nonblocking-tls.py20 make_connection, make_stream, XmppAuthenticator, XmppXmlStream,
101 conn1, jid1 = make_connection(bus, queue.append, params)
116 conn2, jid2 = make_connection(bus, queue.append, params)
/dports/net/samba412/samba-4.12.15/source4/smb_server/smb/
H A Dservice.c106 static NTSTATUS make_connection(struct smbsrv_request *req, in make_connection() function
173 status = make_connection(req, con->tcon.in.service, password, con->tcon.in.dev); in smbsrv_tcon_backend()
187 status = make_connection(req, con->tconx.in.path, con->tconx.in.password, in smbsrv_tcon_backend()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal/providers/
H A D__init__.py19 def make_connection(self, host): member in TimeoutSafeTransport
20 c = SafeTransport.make_connection(self, host)
/dports/multimedia/py-subliminal/subliminal-2.1.0/subliminal/providers/
H A D__init__.py19 def make_connection(self, host): member in TimeoutSafeTransport
20 c = SafeTransport.make_connection(self, host)
/dports/security/doscan/doscan-0.3.3/src/
H A Dscan_tcp.cc44 : fd_handler(q, make_connection(host, port), watch_write), in tcp_client_handler()
59 tcp_client_handler::make_connection(ipv4_t host, unsigned short port) in make_connection() function in tcp_client_handler
203 int new_fd = make_connection(host(), port()); in reconnect()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/smb_server/smb/
H A Dservice.c113 static NTSTATUS make_connection(struct smbsrv_request *req, in make_connection() function
179 status = make_connection(req, con->tcon.in.service, password, con->tcon.in.dev); in smbsrv_tcon_backend()
191 status = make_connection(req, con->tconx.in.path, con->tconx.in.password, in smbsrv_tcon_backend()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/include/mysqlrouter/
H A Dhttp_client.h170 virtual std::unique_ptr<HttpClientConnectionBase> make_connection();
186 std::unique_ptr<HttpClientConnectionBase> make_connection() override;
/dports/x11/polybar/polybar-3.5.7/src/utils/
H A Dbspwm.cpp122 connection_t make_connection() { in make_connection() function
142 auto conn = make_connection(); in make_subscriber()
/dports/mail/emil/emil-2.1.0-beta9/
H A Dsmtp.c66 make_connection(char *ahost, FILE **in, FILE **out, int usemx) in make_connection() function
216 make_connection(host, &smtpin, &smtpout, 1); in smtp_open()
218 make_connection(host, &smtpin, &smtpout, 0); in smtp_open()
/dports/devel/monotone/monotone-1.1/src/netxx/
H A Dstream.cxx65 make_connection(pimpl_->socket_, address); in Stream()
87 make_connection(pimpl_->socket_, addr); in Stream()
/dports/www/gatling/gatling-0.15/
H A Dhttpbench.c37 static int make_connection(char* ip,uint16 port,uint32 scope_id) { in make_connection() function
327 s=make_connection(ips.s+i,port,scope_id); in main()
358 s=make_connection(ip,port,scope_id); in main()
388 socks[i]=make_connection(ip,port,scope_id); in main()
/dports/www/mod_webkit/w4py-1.2.3/MiscUtils/
H A DPickleRPC.py302 h = self.make_connection(host)
339 def make_connection(self, host, port=None): member in Transport
383 def make_connection(self, host, port=None, key_file=None, cert_file=None): member in SafeTransport
/dports/textproc/py-asonic/asonic-2.0.0/asonic/
H A Dconnection.py61 connection = await self.make_connection()
65 async def make_connection(self) -> Connection: member in ConnectionPool
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/
H A Dpublisher_connection.cc94 auto make_connection = [&]() -> std::shared_ptr<pubsub::PublisherConnection> { in MakePublisherConnection() local
115 std::move(background), make_connection()); in MakePublisherConnection()

12345678910>>...12