Searched refs:pattern_label_end (Results 1 – 1 of 1) sorted by relevance
166 const char *pattern_label_end, *pattern_wildcard, *hostname_label_end; in hostmatch() local177 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()