Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs533 let mut dot_idxs = pattern.match_indices('.').map(|(l, _)| l); in matches_wildcard() variables
534 let wildcard_end = match dot_idxs.next() { in matches_wildcard()
548 if dot_idxs.next().is_none() { in matches_wildcard()

Completed in 1 milliseconds