Searched refs:reason_error (Results 1 – 1 of 1) sorted by relevance
179 let reason_error = ERR_reason_error_string(self.code); in fmt() localVariable180 if !reason_error.is_null() { in fmt()181 let bytes = CStr::from_ptr(reason_error as *const _).to_bytes(); in fmt()