Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durl.c3237 struct hostname *connhost; local
3243 connhost = conn->bits.conn_to_host ? &conn->conn_to_host : &conn->host;
3251 conn->hostname_resolve = strdup(connhost->name);
3262 CURL_FORMAT_TIMEDIFF_T " ms", connhost->dispname,
3267 failf(data, "Could not resolve host: %s", connhost->dispname);

Completed in 5 milliseconds