Searched refs:host_check_begin (Results 1 – 1 of 1) sorted by relevance
221 const size_t host_check_begin = host.find_first_not_of('.'); in GetRegistryLengthImpl() local222 if (host_check_begin == std::string::npos) in GetRegistryLengthImpl()239 size_t curr_start = host_check_begin; in GetRegistryLengthImpl()258 return (prev_start == host_check_begin) ? in GetRegistryLengthImpl()276 return (curr_start == host_check_begin) ? in GetRegistryLengthImpl()