Home
last modified time | relevance | path

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

/curl/lib/
H A Durl.c3165 struct Curl_dns_entry *hostaddr = NULL; local
3174 hostaddr = calloc(1, sizeof(struct Curl_dns_entry));
3175 if(!hostaddr)
3178 hostaddr->addr = Curl_unix2addr(unix_path, &longpath,
3180 if(!hostaddr->addr) {
3184 free(hostaddr);
3188 hostaddr->refcount = 1; /* connection is the only one holding this */
3189 conn->dns_entry = hostaddr;

Completed in 12 milliseconds