Searched refs:c_host (Results 1 – 1 of 1) sorted by relevance
249 let c_host = if host.is_empty() { "\0" } else { host }; in set_host() localVariable252 X509_VERIFY_PARAM_set1_host(self.as_ptr(), c_host.as_ptr() as *const _, host.len()) in set_host()