Home | History | Annotate | Download | only in extensions

Lines Matching refs:rcd

562   // current best RCD.
572 // If the host has an RCD, split it off so we can detect duplicates.
573 std::string rcd;
577 if (include_rcd) // else leave rcd empty
578 rcd = host.substr(host.size() - reg_len);
588 // If this host was found, replace the RCD if this one is better.
590 if (include_rcd && RcdBetterThan(rcd, it->second))
591 it->second = rcd;
593 hosts_best_rcd.push_back(std::make_pair(host, rcd));