Searched refs:mdot1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/lib/libfetch/ |
| D | common.c | 419 const char *hdot, *mdot1, *mdot2; in fetch_ssl_hname_match() local 437 mdot1 = strnstr(m, ".", mlen); in fetch_ssl_hname_match() 438 if (mdot1 == NULL || mdot1 < wc || (mlen - (mdot1 - m)) < 4) in fetch_ssl_hname_match() 440 mdot1idx = mdot1 - m; in fetch_ssl_hname_match() 441 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match() 463 if (!fetch_ssl_hname_equal(hdot, hlen - hdotidx, mdot1, in fetch_ssl_hname_match() 472 mdot1 - delta, delta)) in fetch_ssl_hname_match()
|