Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Derr.rs21 pub(crate) fn ERR_lib_error_string(err: c_ulong) -> *const c_char; in ERR_lib_error_string() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs31 use crate::util::c_openssl::ffi::err::{ERR_lib_error_string, ERR_reason_error_string};
149 let lib_error = ERR_lib_error_string(self.code); in fmt()