Home
last modified time | relevance | path

Searched refs:utf8_c (Results 1 – 25 of 90) sorted by relevance

1234

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/net-im/fractal/fractal-4.4.0/vendor/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/url-2.1.0/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/url-2.1.0/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/www/firefox/firefox-99.0/third_party/rust/url/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/net/quiche/quiche-0.9.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/url/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/lang/rust/rustc-1.58.1-src/vendor/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/www/websocat/websocat-1.9.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/url/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap();
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET));
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break };
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET));
1025 utf8_c, PATH_SEGMENT_ENCODE_SET));
1029 utf8_c, DEFAULT_ENCODE_SET));
1096 Some((c, utf8_c)) => {
1099 utf8_c, SIMPLE_ENCODE_SET));
1195 while let Some((c, utf8_c)) = input.next_utf8() {
1200 self.serialization.extend(utf8_percent_encode(utf8_c,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/url/src/
H A Dparser.rs889 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
905 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1108 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1134 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1137 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1140 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1206 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1209 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1327 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1333 utf8_c, in parse_fragment()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap();
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET));
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break };
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET));
1025 utf8_c, PATH_SEGMENT_ENCODE_SET));
1029 utf8_c, DEFAULT_ENCODE_SET));
1096 Some((c, utf8_c)) => {
1099 utf8_c, SIMPLE_ENCODE_SET));
1195 while let Some((c, utf8_c)) = input.next_utf8() {
1200 self.serialization.extend(utf8_percent_encode(utf8_c,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/url-1.7.2/src/
H A Dparser.rs803 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
818 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
1001 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
1022 utf8_c, SPECIAL_PATH_SEGMENT_ENCODE_SET)); in parse_path()
1025 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
1029 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
1096 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1099 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1195 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1200 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/url/src/
H A Dparser.rs705 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
713 self.serialization.extend(utf8_percent_encode(utf8_c, USERINFO_ENCODE_SET)); in parse_userinfo()
890 let (c, utf8_c) = if let Some(x) = input.next_utf8() { x } else { break }; in parse_path()
919 utf8_c, PATH_SEGMENT_ENCODE_SET)); in parse_path()
922 utf8_c, DEFAULT_ENCODE_SET)); in parse_path()
989 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
992 utf8_c, SIMPLE_ENCODE_SET)); in parse_cannot_be_a_base_path()
1088 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1093 self.serialization.extend(utf8_percent_encode(utf8_c, in parse_fragment()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/url-2.2.2/src/
H A Dparser.rs921 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
937 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1191 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1219 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1222 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1225 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1351 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1354 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1477 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1484 .extend(utf8_percent_encode(utf8_c, FRAGMENT)); in parse_fragment()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/url-2.2.2/src/
H A Dparser.rs921 let (c, utf8_c) = input.next_utf8().unwrap(); in parse_userinfo()
937 .extend(utf8_percent_encode(utf8_c, USERINFO)); in parse_userinfo()
1191 let (c, utf8_c) = if let Some(x) = input.next_utf8() { in parse_path()
1219 .extend(utf8_percent_encode(utf8_c, SPECIAL_PATH_SEGMENT)); in parse_path()
1222 .extend(utf8_percent_encode(utf8_c, PATH_SEGMENT)); in parse_path()
1225 self.serialization.extend(utf8_percent_encode(utf8_c, PATH)); in parse_path()
1351 Some((c, utf8_c)) => { in parse_cannot_be_a_base_path()
1354 .extend(utf8_percent_encode(utf8_c, CONTROLS)); in parse_cannot_be_a_base_path()
1477 while let Some((c, utf8_c)) = input.next_utf8() { in parse_fragment()
1484 .extend(utf8_percent_encode(utf8_c, FRAGMENT)); in parse_fragment()

1234