Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3176 char *host_dup; in parse_connect_to_host_port() local
3192 host_dup = strdup(host); in parse_connect_to_host_port()
3193 if(!host_dup) in parse_connect_to_host_port()
3196 hostptr = host_dup; in parse_connect_to_host_port()
3229 free(host_dup); in parse_connect_to_host_port()
3257 free(host_dup); in parse_connect_to_host_port()
3264 free(host_dup); in parse_connect_to_host_port()