Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dhostcheck.c86 const char *pattern_label_end; in hostmatch() local
108 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 3 milliseconds