Searched refs:end_auth (Results 1 – 1 of 1) sorted by relevance
298 int end_auth = FindNextAuthorityTerminator(spec, after_slashes, spec_len); in DoParseAfterScheme() local299 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()