Searched defs:SslErrorCode (Results 1 – 3 of 3) sorted by relevance
38 pub(crate) fn code(&self) -> SslErrorCode { in code()122 pub(crate) struct SslErrorCode(c_int); struct124 impl SslErrorCode { implementation131 pub(crate) fn from_int(err: c_int) -> SslErrorCode { in from_int()136 impl fmt::Display for SslErrorCode { implementation
92 pub(crate) fn get_error(&self, err: c_int) -> SslErrorCode { in get_error()
42 enum SslErrorCode { enum