Home
last modified time | relevance | path

Searched refs:ZERO_RETURN (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs17 pub const ZERO_RETURN: ErrorCode = ErrorCode(ffi::SSL_ERROR_ZERO_RETURN); consts
103 ErrorCode::ZERO_RETURN => fmt.write_str("the SSL session has been shut down"), in fmt()
H A Dmod.rs3751 ErrorCode::ZERO_RETURN => None, in make_error()
3803 Err(ref e) if e.code() == ErrorCode::ZERO_RETURN => return Ok(0), in read()

Completed in 8 milliseconds