Home
last modified time | relevance | path

Searched refs:ERR_func_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.rs49 pub(crate) fn ERR_func_error_string(err: c_ulong) -> *const c_char; in ERR_func_error_string() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs30 use crate::util::c_openssl::ffi::err::{ERR_func_error_string, ERR_get_error_line_data};
160 let func_error = unsafe { ERR_func_error_string(self.code) }; in fmt()