Home
last modified time | relevance | path

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

/src/lib/libfetch/
H A Dcommon.c803 int delta, hdotidx, mdot1idx, wcidx; in fetch_ssl_hname_match() local
825 mdot1idx = mdot1 - m; in fetch_ssl_hname_match()
826 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1); in fetch_ssl_hname_match()
838 if (hdotidx < mdot1idx) in fetch_ssl_hname_match()
845 !fetch_ssl_is_trad_domain_label(m, mdot1idx, 1)) in fetch_ssl_hname_match()
849 mlen - mdot1idx)) in fetch_ssl_hname_match()
855 delta = mdot1idx - wcidx - 1; in fetch_ssl_hname_match()