Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durl.c3168 struct Curl_dns_entry *hostaddr = NULL; local
3177 hostaddr = calloc(1, sizeof(struct Curl_dns_entry));
3178 if(!hostaddr)
3181 hostaddr->addr = Curl_unix2addr(unix_path, &longpath,
3183 if(!hostaddr->addr) {
3187 free(hostaddr);
3191 hostaddr->inuse++;
3192 conn->dns_entry = hostaddr;
3202 struct Curl_dns_entry *hostaddr = NULL; local
3217 &hostaddr, timeout_m
3236 struct Curl_dns_entry *hostaddr = NULL; global() local
[all...]

Completed in 4 milliseconds