Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs90 let mut tmp_chars = chars.clone(); in parse_double_slash() localVariable
91 if matches!(tmp_chars.next(), Some(c) if matches!(c, '/')) { in parse_double_slash()
93 chars = tmp_chars; in parse_double_slash()