Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_parse.cc81 *password = MakeRange(user.begin + colon_offset + 1, in ParseUserInfo()
125 *hostname = MakeRange(serverinfo.begin, colon); in ParseServerInfo()
128 *port_num = MakeRange(colon + 1, serverinfo.end()); in ParseServerInfo()
166 ParseServerInfo(spec, MakeRange(i + 1, auth.begin + auth.len), in DoParseAuthority()
222 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath()
232 *query = MakeRange(query_separator + 1, query_end); in ParsePath()
239 *filepath = MakeRange(path.begin, file_end); in ParsePath()
258 *scheme = MakeRange(begin, i); in DoExtractScheme()
372 parsed->path = MakeRange(parsed->scheme.end() + 1, spec_len); in DoParsePathURL()
376 parsed->path = MakeRange(begin, spec_len); in DoParsePathURL()
[all …]
Durl_parse_file.cc99 ParsePathInternal(spec, MakeRange(next_slash, spec_len), in DoParseUNC()
112 parsed->host = MakeRange(after_slashes, next_slash); in DoParseUNC()
116 ParsePathInternal(spec, MakeRange(next_slash, spec_len), in DoParseUNC()
133 ParsePathInternal(spec, MakeRange(path_begin, spec_len), in DoParseLocalFile()
Durl_canon_relative.cc133 *relative_component = url_parse::MakeRange(begin, url_len); in DoIsRelativeURL()
142 *relative_component = url_parse::MakeRange(begin, url_len); in DoIsRelativeURL()
169 *relative_component = url_parse::MakeRange(colon_offset + 1, url_len); in DoIsRelativeURL()
332 out_parsed->path = url_parse::MakeRange(path_begin, output->length()); in DoResolveRelativePath()
343 out_parsed->path = url_parse::MakeRange(true_path_begin, in DoResolveRelativePath()
Durl_canon_host.cc350 url_parse::MakeRange(output_begin, output->length()), in DoHost()
362 host_info->out_host = url_parse::MakeRange(output_begin, output->length()); in DoHost()
Durl_parse.h85 inline Component MakeRange(int begin, int end) { in MakeRange() function
Durl_canon_fileurl.cc101 url_parse::MakeRange(after_drive, path.end()); in DoFileCanonicalizePath()