Home
last modified time | relevance | path

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

/curl/lib/
H A Durl.c2958 char *hostname_to_match = aprintf("%s%s%s", local
2962 if(!hostname_to_match)
2964 hostname_to_match_len = strlen(hostname_to_match);
2965 host_match = strncasecompare(ptr, hostname_to_match,
2967 free(hostname_to_match);

Completed in 17 milliseconds