Home
last modified time | relevance | path

Searched refs:get_io_error (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs49 pub(crate) fn get_io_error(&self) -> Option<&io::Error> { in get_io_error() method
217 assert!(ssl_error.get_io_error().is_some()); in ut_ssl_error_into_io_error()
223 assert!(ssl_error.get_io_error().is_none()); in ut_ssl_error_into_io_error()
H A Dstream.rs197 Err(ref e) if e.code == SslErrorCode::SYSCALL && e.get_io_error().is_none() => { in read()
201 Err(ref e) if e.code == SslErrorCode::WANT_READ && e.get_io_error().is_none() => {} in read()
220 Err(ref e) if e.code == SslErrorCode::WANT_READ && e.get_io_error().is_none() => {} in write()