Home
last modified time | relevance | path

Searched refs:get_shutdown (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs888 assert_eq!(s.get_shutdown(), ShutdownState::empty()); in shutdown()
890 assert_eq!(s.get_shutdown(), ShutdownState::SENT); in shutdown()
893 s.get_shutdown(), in shutdown()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md538 * Added `SslRef::get_shutdown` and `SslRef::set_shutdown`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3718 pub fn get_shutdown(&mut self) -> ShutdownState { in get_shutdown() method