Searched refs:mdot1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/lib/libfetch/ |
| HD | common.c | 797 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local 815 mdot1 = strnstr(m, ".", mlen); in fetch_ssl_hname_match() 816 if (mdot1 == NULL || mdot1 < wc || (mlen - (mdot1 - m)) < 4) in fetch_ssl_hname_match() 818 mdot1idx = mdot1 - m; in fetch_ssl_hname_match() 819 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match() 841 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1, in fetch_ssl_hname_match() 850 mdot1 - delta, delta)) in fetch_ssl_hname_match()
|