Home
last modified time | relevance | path

Searched defs:TcpStream (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
Dimpls_mio.rs17 impl AsFd for mio::net::TcpStream { implementation
25 impl AsSocket for mio::net::TcpStream { implementation
33 impl IntoFd for mio::net::TcpStream { implementation
49 impl IntoSocket for mio::net::TcpStream { implementation
65 impl FromFd for mio::net::TcpStream { implementation
73 impl From<OwnedFd> for mio::net::TcpStream { implementation
81 impl FromSocket for mio::net::TcpStream { implementation
89 impl From<OwnedSocket> for mio::net::TcpStream { implementation
Dimpls_async_std.rs104 impl AsFd for async_std::net::TcpStream { implementation
112 impl AsSocket for async_std::net::TcpStream { implementation
120 impl IntoFd for async_std::net::TcpStream { implementation
136 impl IntoSocket for async_std::net::TcpStream { implementation
152 impl FromFd for async_std::net::TcpStream { implementation
160 impl From<OwnedFd> for async_std::net::TcpStream { implementation
168 impl FromSocket for async_std::net::TcpStream { implementation
176 impl From<OwnedSocket> for async_std::net::TcpStream { implementation
Dviews.rs217 unsafe impl SocketlikeViewType for std::net::TcpStream {} implementation
240 unsafe impl SocketlikeViewType for async_std::net::TcpStream {} implementation
258 unsafe impl SocketlikeViewType for mio::net::TcpStream {} implementation
Dimpls_std.rs213 impl AsFd for std::net::TcpStream { implementation
221 impl AsSocket for std::net::TcpStream { implementation
229 impl IntoFd for std::net::TcpStream { implementation
245 impl IntoSocket for std::net::TcpStream { implementation
261 impl FromFd for std::net::TcpStream { implementation
269 impl From<OwnedFd> for std::net::TcpStream { implementation
277 impl FromSocket for std::net::TcpStream { implementation
285 impl From<OwnedSocket> for std::net::TcpStream { implementation
Dimpls_tokio.rs65 impl AsFd for tokio::net::TcpStream { implementation
73 impl AsSocket for tokio::net::TcpStream { implementation
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs42 pub fn connect_tcp(&self) -> TcpStream { in connect_tcp()
123 pub fn connect(self) -> SslStream<TcpStream> { in connect()
156 pub fn connect(self) -> SslStream<TcpStream> { in connect()