Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhostcheck.c166 const char *pattern_label_end, *pattern_wildcard, *hostname_label_end; in hostmatch() local
177 pattern_label_end = strchr(pattern, '.'); in hostmatch()
178 if(pattern_label_end == NULL || strchr(pattern_label_end+1, '.') == NULL || in hostmatch()
179 pattern_wildcard > pattern_label_end || in hostmatch()
189 !Curl_raw_equal(pattern_label_end, hostname_label_end)) in hostmatch()
195 if(hostname_label_end - hostname < pattern_label_end - pattern) in hostmatch()
199 suffixlen = pattern_label_end - (pattern_wildcard+1); in hostmatch()