• Home
  • Raw
  • Download

Lines Matching refs:spec_len

128   int spec_len;  in DoFindAndCompareScheme()  local
130 &whitespace_buffer, &spec_len); in DoFindAndCompareScheme()
133 if (!url_parse::ExtractScheme(spec, spec_len, &our_scheme)) { in DoFindAndCompareScheme()
152 int spec_len; in DoCanonicalize() local
154 &whitespace_buffer, &spec_len); in DoCanonicalize()
168 if (url_parse::DoesBeginUNCPath(spec, 0, spec_len, false) || in DoCanonicalize()
169 url_parse::DoesBeginWindowsDriveSpec(spec, 0, spec_len)) { in DoCanonicalize()
170 url_parse::ParseFileURL(spec, spec_len, &parsed_input); in DoCanonicalize()
171 return url_canon::CanonicalizeFileURL(spec, spec_len, parsed_input, in DoCanonicalize()
178 if (!url_parse::ExtractScheme(spec, spec_len, &scheme)) in DoCanonicalize()
186 url_parse::ParseFileURL(spec, spec_len, &parsed_input); in DoCanonicalize()
187 success = url_canon::CanonicalizeFileURL(spec, spec_len, parsed_input, in DoCanonicalize()
193 url_parse::ParseStandardURL(spec, spec_len, &parsed_input); in DoCanonicalize()
194 success = url_canon::CanonicalizeStandardURL(spec, spec_len, parsed_input, in DoCanonicalize()
200 url_parse::ParseMailtoURL(spec, spec_len, &parsed_input); in DoCanonicalize()
201 success = url_canon::CanonicalizeMailtoURL(spec, spec_len, parsed_input, in DoCanonicalize()
206 url_parse::ParsePathURL(spec, spec_len, &parsed_input); in DoCanonicalize()
207 success = url_canon::CanonicalizePathURL(spec, spec_len, parsed_input, in DoCanonicalize()
263 int spec_len, in DoReplaceComponents() argument
296 if (spec_len - spec_after_colon > 0) { in DoReplaceComponents()
298 spec_len - spec_after_colon); in DoReplaceComponents()
414 int spec_len, in Canonicalize() argument
418 return DoCanonicalize(spec, spec_len, charset_converter, in Canonicalize()
423 int spec_len, in Canonicalize() argument
427 return DoCanonicalize(spec, spec_len, charset_converter, in Canonicalize()
458 int spec_len, in ReplaceComponents() argument
464 return DoReplaceComponents(spec, spec_len, parsed, replacements, in ReplaceComponents()
469 int spec_len, in ReplaceComponents() argument
475 return DoReplaceComponents(spec, spec_len, parsed, replacements, in ReplaceComponents()