Searched defs:num_slashes (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/url/ |
H A D | url_canon_internal_file.h | 33 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoDriveSpec() local 62 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoPath() local
|
H A D | url_canon_relative.cc | 208 int num_slashes = CountConsecutiveSlashes(url, colon_offset + 1, url_len); in DoIsRelativeURL() local 608 int num_slashes = CountConsecutiveSlashes( in DoResolveRelativeURL() local
|
H A D | url_parse_file.cc | 111 int num_slashes = CountConsecutiveSlashes(spec, begin, spec_len); in DoParseFileURL() local
|
H A D | url_util.cc | 335 int num_slashes = CountConsecutiveSlashes(base_spec, after_scheme, in DoResolveRelative() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/shm/ |
D | syscalls.rs | 19 let num_slashes = name.iter().take_while(|x| **x == b'/').count(); localVariable
|
/aosp_15_r20/external/cronet/url/third_party/mozilla/ |
H A D | url_parse.cc | 340 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterSpecialScheme() local 396 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterNonSpecialScheme() local
|
/aosp_15_r20/external/openscreen/third_party/mozilla/ |
H A D | url_parse.cc | 287 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterScheme() local
|