Searched refs:hostname_label_end (Results 1 – 1 of 1) sorted by relevance
113 const char *hostname_label_end = memchr(hostname, '.', hostlen); in hostmatch() local114 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 5 milliseconds