Searched defs:CountLabels (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Ddnssec_chain_verifier.cc143 // CountLabels returns the number of DNS labels in |a|, which must be in DNS,
145 unsigned CountLabels(base::StringPiece a) { function in namespace:__anon2952
345 unsigned a_labels = CountLabels(a);
346 unsigned b_labels = CountLabels(b);
694 CountLabels(current_zone_->name)) {
/external/chromium_org/net/dns/
H A Ddns_transaction.cc48 int CountLabels(const std::string& name) { function in namespace:net::__anon9359
602 int ndots = CountLabels(labeled_hostname) - 1;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c456 // 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) function

Completed in 269 milliseconds