Searched refs:domain_str (Results 1 – 2 of 2) sorted by relevance
244 const char* domain_str = host.data() + curr_start; in GetRegistryLengthImpl() local246 const DomainRule* rule = find_domain_function_(domain_str, domain_length); in GetRegistryLengthImpl()252 base::strncasecmp(domain_str, rule->name, domain_length) == 0) { in GetRegistryLengthImpl()
1221 ScopedCFTypeRef<CFStringRef> domain_str( in GetSSLClientCertificates() local1229 if (SecIdentityCopyPreference(domain_str, 0, NULL, &identity) == noErr) in GetSSLClientCertificates()