Home
last modified time | relevance | path

Searched refs:next_dot (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/discovery/dnssd/public/
Ddns_sd_instance.cc162 for (size_t next_dot = domain.find('.'); next_dot != std::string::npos; in IsDomainValid() local
163 next_dot = domain.find('.', label_start)) { in IsDomainValid()
164 if (next_dot - label_start > kMaxLabelLength) { in IsDomainValid()
167 label_start = next_dot + 1; in IsDomainValid()