Lines Matching defs:thisHostname
1464 std::string thisHostname = "";
1465 AnalysisHost(strHost, thisHostname, thisFlags, special);
1467 if ((urlData_.scheme == "file:") && (thisHostname == "localhost")) {
1468 thisHostname = "";
1470 urlData_.host = thisHostname;
1555 std::string thisHostname = "";
1556 AnalysisHost(strHost, thisHostname, hostnameflags, special);
1558 if ((urlData_.scheme == "file:") && (thisHostname == "localhost")) {
1559 thisHostname = "";
1561 urlData_.host = thisHostname;