Searched refs:thisHostname (Results 1 – 1 of 1) sorted by relevance
1464 std::string thisHostname = ""; in SetHostname() local1465 AnalysisHost(strHost, thisHostname, thisFlags, special); in SetHostname()1467 if ((urlData_.scheme == "file:") && (thisHostname == "localhost")) { in SetHostname()1468 thisHostname = ""; in SetHostname()1470 urlData_.host = thisHostname; in SetHostname()1555 std::string thisHostname = ""; in SetHost() local1556 AnalysisHost(strHost, thisHostname, hostnameflags, special); in SetHost()1558 if ((urlData_.scheme == "file:") && (thisHostname == "localhost")) { in SetHost()1559 thisHostname = ""; in SetHost()1561 urlData_.host = thisHostname; in SetHost()