Home
last modified time | relevance | path

Searched refs:dupPair (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-carbon.cc121 auto dupPair = frontendDuplicates.insert({frontName, 1}); in carbonDumpThread() local
122 if (!dupPair.second) { in carbonDumpThread()
123 frontName = frontName + "_" + std::to_string(dupPair.first->second); in carbonDumpThread()
124 ++(dupPair.first->second); in carbonDumpThread()
203 auto dupPair = dohFrontendDuplicates.insert({name, 1}); in carbonDumpThread() local
204 if (!dupPair.second) { in carbonDumpThread()
205 name = name + "_" + std::to_string(dupPair.first->second); in carbonDumpThread()
206 ++(dupPair.first->second); in carbonDumpThread()
H A Ddnsdist-web.cc575 auto dupPair = frontendDuplicates.insert({fullName, 1}); in handlePrometheus() local
576 if (!dupPair.second) { in handlePrometheus()
577 threadNumber = dupPair.first->second; in handlePrometheus()
578 ++(dupPair.first->second); in handlePrometheus()
652 auto dupPair = frontendDuplicates.insert({frontName, 1}); in handlePrometheus() local
653 if (!dupPair.second) { in handlePrometheus()
654 threadNumber = dupPair.first->second; in handlePrometheus()
655 ++(dupPair.first->second); in handlePrometheus()