OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:override_hostname_mismatch
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
x509_certificate_mac.cc
119
bool
override_hostname_mismatch
= false;
local
125
name != dns_names->end() && !
override_hostname_mismatch
; ++name)
126
override_hostname_mismatch
= (*name == hostname);
128
return
override_hostname_mismatch
;
[
all
...]
Completed in 1167 milliseconds