Home
last modified time | relevance | path

Searched refs:matches_wildcard (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs524 matches_wildcard(pattern, hostname).unwrap_or_else(|| pattern.eq_ignore_ascii_case(hostname)) in matches_dns()
527 fn matches_wildcard(pattern: &str, hostname: &str) -> Option<bool> { in matches_wildcard() functions

Completed in 2 milliseconds