Searched refs:presented_host (Results 1 – 1 of 1) sorted by relevance
623 base::StringPiece presented_host, presented_domain; in VerifyHostname() local624 SplitOnChar(presented_name, '.', &presented_host, &presented_domain); in VerifyHostname()630 SplitOnChar(presented_host, '*', &pattern_begin, &pattern_end); in VerifyHostname()633 if (presented_host == reference_host) in VerifyHostname()