Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c5554 char *host_dup; in parse_connect_to_host_port() local
5566 host_dup = strdup(host); in parse_connect_to_host_port()
5567 if(!host_dup) in parse_connect_to_host_port()
5570 hostptr = host_dup; in parse_connect_to_host_port()
5625 free(host_dup); in parse_connect_to_host_port()
5632 free(host_dup); in parse_connect_to_host_port()