Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.c796 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local
822 hdot = strnstr(h, ".", hlen); in fetch_ssl_hname_match()
823 if (hdot == NULL || hdot == h) in fetch_ssl_hname_match()
825 hdotidx = hdot - h; in fetch_ssl_hname_match()
840 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1, in fetch_ssl_hname_match()
848 if (!fetch_ssl_hname_equal(hdot - delta, delta, in fetch_ssl_hname_match()