Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2997 char *hostname_to_match = aprintf("%s%s%s", local
3001 if(!hostname_to_match)
3003 hostname_to_match_len = strlen(hostname_to_match);
3004 host_match = strncasecompare(ptr, hostname_to_match,
3006 free(hostname_to_match);