Home
last modified time | relevance | path

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

/external/openscreen/third_party/mozilla/
Durl_parse.cc298 int end_auth = FindNextAuthorityTerminator(spec, after_slashes, spec_len); in DoParseAfterScheme() local
299 authority = Component(after_slashes, end_auth - after_slashes); in DoParseAfterScheme()
301 if (end_auth == spec_len) // No beginning of path found. in DoParseAfterScheme()
304 full_path = Component(end_auth, spec_len - end_auth); in DoParseAfterScheme()