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

  /external/chromium_org/net/dns/
dns_transaction.cc 48 int CountLabels(const std::string& name) {
632 int ndots = CountLabels(labeled_hostname) - 1;
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 456 // CountLabels() returns number of labels in name, excluding final root label
457 // (e.g. for "apple.com." CountLabels returns 2.)
458 mDNSexport int CountLabels(const domainname *d)
    [all...]

Completed in 50 milliseconds