Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2966 char *hostname_to_match = aprintf("%s%s%s", local
2970 if(!hostname_to_match)
2972 hostname_to_match_len = strlen(hostname_to_match);
2973 host_match = strncasecompare(ptr, hostname_to_match,
2975 free(hostname_to_match);