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

  /external/chromium/net/base/
dnssec_chain_verifier.cc 143 // CountLabels returns the number of DNS labels in |a|, which must be in DNS,
145 unsigned CountLabels(base::StringPiece a) {
345 unsigned a_labels = CountLabels(a);
346 unsigned b_labels = CountLabels(b);
694 CountLabels(current_zone_->name)) {
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 112 extern int CountLabels(const domainname *d);
uDNS.c     [all...]
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
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...]
  /external/chromium_org/net/dns/
dns_transaction.cc 48 int CountLabels(const std::string& name) {
602 int ndots = CountLabels(labeled_hostname) - 1;
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 583 dLabels = CountLabels(d);
588 int delemLabels = CountLabels(&delem->name);
    [all...]

Completed in 248 milliseconds