OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:end_auth
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
url_parse.cc
299
int
end_auth
= FindNextAuthorityTerminator(spec, after_slashes, spec_len);
local
300
authority = Component(after_slashes,
end_auth
- after_slashes);
302
if (
end_auth
== spec_len) // No beginning of path found.
305
full_path = Component(
end_auth
, spec_len -
end_auth
);
/external/chromium_org/url/third_party/mozilla/
url_parse.cc
301
int
end_auth
= FindNextAuthorityTerminator(spec, after_slashes, spec_len);
local
302
authority = Component(after_slashes,
end_auth
- after_slashes);
304
if (
end_auth
== spec_len) // No beginning of path found.
307
full_path = Component(
end_auth
, spec_len -
end_auth
);
Completed in 188 milliseconds