HomeSort by relevance Sort by last modified time
    Searched defs:CountLabels (Results 1 - 2 of 2) 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.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 25 milliseconds