Home | History | Annotate | Download | only in src

Lines Matching refs:host_len

139                   int host_len,
145 for (int i = 0; i < host_len; ++i) {
150 if (!DecodeEscaped(host, &i, host_len,
220 bool DoComplexHost(const char* host, int host_len,
236 if (!DoSimpleHost(host, host_len, output, &has_non_ascii)) {
257 utf8_source_len = host_len;
283 bool DoComplexHost(const char16* host, int host_len,
295 if (!ConvertUTF16ToUTF8(host, host_len, &utf8)) {
296 AppendInvalidNarrowString(host, 0, host_len, output);
310 return DoIDNHost(host, host_len, output);