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

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c508 const char *hdot, *mdot1, *mdot2; local
534 hdot = strnstr(h, ".", hlen);
535 if (hdot == NULL || hdot == h)
537 hdotidx = hdot - h;
552 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1,
560 if (!fetch_ssl_hname_equal(hdot - delta, delta,

Completed in 127 milliseconds