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

/external/chromium_org/net/dns/
H A Ddns_transaction.cc48 int CountLabels(const std::string& name) { function in namespace:net::__anon9202
632 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 115 milliseconds