Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs135 let mut has_username = false; in parse_userinfo() localVariable
139 if ch.0 == ':' && !has_username { in parse_userinfo()
140 has_username = true; in parse_userinfo()