Searched defs:get_error (Results 1 – 3 of 3) sorted by relevance
92 pub(crate) fn get_error(&self, err: c_int) -> SslErrorCode { in get_error() method
45 pub(crate) fn get_error(&mut self, err: c_int) -> SslError { in get_error() method
138 pub(crate) unsafe fn get_error<S>(bio: *mut BIO) -> Option<io::Error> { in get_error() function