Home
last modified time | relevance | path

Searched defs:SslErrorCode (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs36 pub(crate) fn code(&self) -> SslErrorCode { in code()
119 pub(crate) struct SslErrorCode(c_int); struct
121 impl SslErrorCode { implementation
128 pub(crate) fn from_int(err: c_int) -> SslErrorCode { in from_int()
133 impl fmt::Display for SslErrorCode { implementation
Dssl_base.rs83 pub(crate) fn get_error(&self, err: c_int) -> SslErrorCode { in get_error()