Home
last modified time | relevance | path

Searched refs:error_get_lib (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};
93 if error_get_lib(err) == ERR_LIB_PEM in stack_from_pem()
H A Derror.rs154 write!(f, "lib: ({}), ", error_get_lib(self.code))?; in fmt()
243 pub(crate) const fn error_get_lib(code: c_ulong) -> c_int { in error_get_lib() function