Searched refs:pattern_label_end (Results 1 – 1 of 1) sorted by relevance
86 const char *pattern_label_end; in hostmatch() local108 pattern_label_end = memchr(pattern, '.', patternlen); in hostmatch()109 if(!pattern_label_end || in hostmatch()110 (memrchr(pattern, '.', patternlen) == pattern_label_end)) in hostmatch()116 size_t skiplen = pattern_label_end - pattern; in hostmatch()118 pattern_label_end, patternlen - skiplen); in hostmatch()
Completed in 4 milliseconds