Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dhostcheck.c113 const char *hostname_label_end = memchr(hostname, '.', hostlen); in hostmatch() local
114 if(hostname_label_end) { in hostmatch()
115 size_t skiphost = hostname_label_end - hostname; in hostmatch()
117 return pmatch(hostname_label_end, hostlen - skiphost, in hostmatch()

Completed in 4 milliseconds