Searched refs:ShutdownState (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 31 Error, HandshakeError, MidHandshakeSslStream, ShutdownResult, ShutdownState, Ssl, SslAcceptor, 888 assert_eq!(s.get_shutdown(), ShutdownState::empty()); in shutdown() 890 assert_eq!(s.get_shutdown(), ShutdownState::SENT); in shutdown() 894 ShutdownState::SENT | ShutdownState::RECEIVED in shutdown()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 3718 pub fn get_shutdown(&mut self) -> ShutdownState { in fmt() 3721 ShutdownState { bits } in fmt() 3730 pub fn set_shutdown(&mut self, state: ShutdownState) { in fmt() 4054 pub struct ShutdownState: c_int { structure names
|
Completed in 7 milliseconds