HomeSort by relevance Sort by last modified time
    Searched full:end_auth (Results 1 - 1 of 1) sorted by null

  /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 137 milliseconds