Home
last modified time | relevance | path

Searched refs:mdot1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.c804 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local
822 mdot1 = strnstr(m, ".", mlen); in fetch_ssl_hname_match()
823 if (mdot1 == NULL || mdot1 < wc || (mlen - (mdot1 - m)) < 4) in fetch_ssl_hname_match()
825 mdot1idx = mdot1 - m; in fetch_ssl_hname_match()
826 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match()
848 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1, in fetch_ssl_hname_match()
857 mdot1 - delta, delta)) in fetch_ssl_hname_match()