Searched refs:mdot2 (Results 1 – 1 of 1) sorted by relevance
797 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local819 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match()820 if (mdot2 == NULL || (mlen - (mdot2 - m)) < 2) in fetch_ssl_hname_match()