Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs249 let c_host = if host.is_empty() { "\0" } else { host }; in set_host() localVariable
252 X509_VERIFY_PARAM_set1_host(self.as_ptr(), c_host.as_ptr() as *const _, host.len()) in set_host()