Searched defs:CountLabels (Results 1 - 2 of 2) 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:__anon2372
345 unsigned a_labels = CountLabels(a);
346 unsigned b_labels = CountLabels(b);
694 CountLabels(current_zone_->name)) {
/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 47 milliseconds