Lines Matching refs:mUpstreamDnsServerCount
79 …(mUpstreamDnsServerCount == 0 && now > mUpstreamDnsServerListFreshness + kDnsServerListNullCacheTi… in TryRefreshDnsServerList()
92 mUpstreamDnsServerCount = 0; in LoadDnsServerListFromConf()
96 while (fp.good() && std::getline(fp, line) && mUpstreamDnsServerCount < kMaxUpstreamServerCount) in LoadDnsServerListFromConf()
104 …LogInfo("Got nameserver #%d: %s", mUpstreamDnsServerCount, &line.c_str()[sizeof(kNameserverItem)]); in LoadDnsServerListFromConf()
105 mUpstreamDnsServerList[mUpstreamDnsServerCount] = addr; in LoadDnsServerListFromConf()
106 mUpstreamDnsServerCount++; in LoadDnsServerListFromConf()
111 if (mUpstreamDnsServerCount == 0) in LoadDnsServerListFromConf()
140 for (int i = 0; i < mUpstreamDnsServerCount; i++) in Query()
147 …nfo("Forwarded DNS query %p to %d server(s).", static_cast<void *>(aTxn), mUpstreamDnsServerCount); in Query()
301 mUpstreamDnsServerCount = 0; in SetUpstreamDnsServers()
310 mUpstreamDnsServerList[mUpstreamDnsServerCount] = ip4Address.mFields.m32; in SetUpstreamDnsServers()
311 mUpstreamDnsServerCount++; in SetUpstreamDnsServers()