OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPreloadedSNISTS
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
transport_security_state.cc
565
}
kPreloadedSNISTS
[] = {
571
static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(
kPreloadedSNISTS
);
596
if (
kPreloadedSNISTS
[j].length == canonicalized_host.size() - i &&
597
memcmp(
kPreloadedSNISTS
[j].dns_name, &canonicalized_host[i],
598
kPreloadedSNISTS
[j].length) == 0) {
599
if (!
kPreloadedSNISTS
[j].include_subdomains && i != 0)
601
out->include_subdomains =
kPreloadedSNISTS
[j].include_subdomains;
/external/chromium_org/net/http/
transport_security_state_static.h
[
all
...]
Completed in 35 milliseconds