Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs160 let func_error = unsafe { ERR_func_error_string(self.code) }; in fmt() localVariable
161 if !func_error.is_null() { in fmt()
162 let bytes = unsafe { core::ffi::CStr::from_ptr(func_error as *const _).to_bytes() }; in fmt()
171 let func_error = self.func.as_ref().map(|s| s.to_str().unwrap_or_default()); in fmt() localVariable
172 match func_error { in fmt()