Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs22 use super::error::{error_get_lib, error_get_reason, ErrorStack};
94 && error_get_reason(err) == PEM_R_NO_START_LINE in stack_from_pem()
H A Derror.rs188 write!(f, "reason: ({}), ", error_get_reason(self.code))?; in fmt()
261 pub(crate) const fn error_get_reason(code: c_ulong) -> c_int { in error_get_reason() function