HomeSort by relevance Sort by last modified time
    Searched full:end_auth (Results 1 - 1 of 1) 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);

Completed in 40 milliseconds