HomeSort by relevance Sort by last modified time
    Searched refs:labeled_hostname (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/dns/
dns_transaction.cc 592 std::string labeled_hostname; local
593 if (!DNSDomainFromDot(hostname_, &labeled_hostname))
598 qnames_.push_back(labeled_hostname);
602 int ndots = CountLabels(labeled_hostname) - 1;
605 qnames_.push_back(labeled_hostname);
609 // Set true when |labeled_hostname| is put on the list.
613 qnames_.push_back(labeled_hostname);
622 if (qname.size() == labeled_hostname.size()) {
631 qnames_.push_back(labeled_hostname);
host_resolver_impl.cc 1871 std::string labeled_hostname; local
    [all...]

Completed in 48 milliseconds