Home
last modified time | relevance | path

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

/external/cronet/stable/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc209 const RegistryLengthOutput registry_length_output = in GetDomainAndRegistryImpl() local
211 if ((registry_length_output.registry_length == std::string::npos) || in GetDomainAndRegistryImpl()
212 (registry_length_output.registry_length == 0)) { in GetDomainAndRegistryImpl()
218 CHECK_LE(registry_length_output.registry_length, host.length() - 2) in GetDomainAndRegistryImpl()
225 '.', host.length() - registry_length_output.registry_length - 2); in GetDomainAndRegistryImpl()
/external/cronet/tot/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc209 const RegistryLengthOutput registry_length_output = in GetDomainAndRegistryImpl() local
211 if ((registry_length_output.registry_length == std::string::npos) || in GetDomainAndRegistryImpl()
212 (registry_length_output.registry_length == 0)) { in GetDomainAndRegistryImpl()
218 CHECK_LE(registry_length_output.registry_length, host.length() - 2) in GetDomainAndRegistryImpl()
225 '.', host.length() - registry_length_output.registry_length - 2); in GetDomainAndRegistryImpl()