Home
last modified time | relevance | path

Searched refs:lib_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.rs149 let lib_error = ERR_lib_error_string(self.code); in fmt() localVariable
150 if !lib_error.is_null() { in fmt()
151 let bytes = CStr::from_ptr(lib_error as *const _).to_bytes(); in fmt()