Home
last modified time | relevance | path

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

/curl/lib/
H A Durl.c2952 char *hostname_to_match = aprintf("%s%s%s", local
2956 if(!hostname_to_match)
2958 hostname_to_match_len = strlen(hostname_to_match);
2959 host_match = strncasecompare(ptr, hostname_to_match,
2961 free(hostname_to_match);

Completed in 14 milliseconds