Home
last modified time | relevance | path

Searched defs:num_slashes (Results 1 – 6 of 6) sorted by relevance

/external/cronet/url/
Durl_canon_internal_file.h33 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoDriveSpec() local
62 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoPath() local
Durl_parse_file.cc111 int num_slashes = CountConsecutiveSlashes(spec, begin, spec_len); in DoParseFileURL() local
Durl_canon_relative.cc200 int num_slashes = CountConsecutiveSlashes(url, colon_offset + 1, url_len); in DoIsRelativeURL() local
519 int num_slashes = CountConsecutiveSlashes( in DoResolveRelativeURL() local
Durl_util.cc338 int num_slashes = CountConsecutiveSlashes(base_spec, after_scheme, in DoResolveRelative() local
/external/openscreen/third_party/mozilla/
Durl_parse.cc287 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterScheme() local
/external/cronet/url/third_party/mozilla/
Durl_parse.cc316 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterScheme() local