Lines Matching defs:host
332 void AnalysisOpaqueHost(std::string input, std::string& host,
344 host = input;
487 void IPv6Host(std::string& input, std::string& host,
511 host = "[" + input + "]";
651 void FormatIpv4(std::vector<std::string> nums, std::string& host,
665 host = res;
680 host = res + temp;
688 void AnalyseIPv4(const std::string& input, std::string& host,
710 host = res;
714 host = res;
720 FormatIpv4(temp, host, flags);
724 host = res;
729 void AnalysisHost(std::string& input, std::string& host,
740 IPv6Host(input, host, flags);
748 AnalysisOpaqueHost(input, host, flags);
756 AnalyseIPv4(decodeInput, host, flags);
807 urlinfo.host.clear();
819 AnalysisHost(strHost, urlinfo.host, flags, special);
845 AnalysisHost(temp, urlinfo.host, flags, special);
847 AnalysisHost(temp, urlinfo.host, flags, special);
941 AnalysisHost(strHost, urlinfo.host, flags, special);
947 AnalysisHost(strHost, urlinfo.host, flags, special);
979 AnalysisHost(strHost, urlinfo.host, flags, true);
1031 AnalysisHost(strHost, urlinfo.host, flags, special);
1087 urlData.host = baseInfo.host;
1310 temp = urlData_.host;
1412 std::string temp = urlData_.host;
1470 urlData_.host = thisHostname;
1561 urlData_.host = thisHostname;