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

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c508 const char *hdot, *mdot1, *mdot2; local
526 mdot1 = strnstr(m, ".", mlen);
527 if (mdot1 == NULL || mdot1 < wc || (mlen - (mdot1 - m)) < 4)
529 mdot1idx = mdot1 - m;
530 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1);
552 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1,
561 mdot1 - delta, delta))

Completed in 113 milliseconds