Searched refs:mdot1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.c | 796 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local 814 mdot1 = strnstr(m, ".", mlen); in fetch_ssl_hname_match() 815 if (mdot1 == NULL || mdot1 < wc || (mlen - (mdot1 - m)) < 4) in fetch_ssl_hname_match() 817 mdot1idx = mdot1 - m; in fetch_ssl_hname_match() 818 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match() 840 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1, in fetch_ssl_hname_match() 849 mdot1 - delta, delta)) in fetch_ssl_hname_match()
|