Lines Matching refs:host
117 pos = data_.find("//"); // userInfo path host port ipv4 or ipv6
216 // find ipv4 or ipv6 or host
231 errStr_ = "host does not conform to the rule";
237 uriData_.host = "";
338 uriData_.host = data_;
361 uriData_.host = data_;
376 if (uriData_.host != other.uriData_.host) {
555 if (!uriData_.host.empty()) {
560 normalizeUri += uriData_.host;
600 return uriData_.host;