Home
last modified time | relevance | path

Searched refs:reason_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.rs179 let reason_error = ERR_reason_error_string(self.code); in fmt() localVariable
180 if !reason_error.is_null() { in fmt()
181 let bytes = CStr::from_ptr(reason_error as *const _).to_bytes(); in fmt()