Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
H A Dlib1515.c120 char dns_entry[256]; in test() local
124 msnprintf(dns_entry, sizeof(dns_entry), "testserver.example.com:%s:%s", in test()
138 res = do_one_request(multi, target_url, dns_entry); in test()
/third_party/curl/lib/
H A Durl.c652 if(conn->dns_entry) { in Curl_disconnect()
653 Curl_resolv_unlock(data, conn->dns_entry); in Curl_disconnect()
654 conn->dns_entry = NULL; in Curl_disconnect()
3172 DEBUGASSERT(conn->dns_entry == NULL);
3192 conn->dns_entry = hostaddr;
3207 DEBUGASSERT(conn->dns_entry == NULL);
3218 conn->dns_entry = hostaddr;
3241 DEBUGASSERT(conn->dns_entry == NULL);
3257 conn->dns_entry = hostaddr;
3850 result = Curl_conn_setup(data, conn, FIRSTSOCKET, conn->dns_entry,
[all...]
H A Dmulti.c659 /* Stop the resolver and free its own resources (but not dns_entry yet). */ in multi_done()
716 if(conn->dns_entry) { in multi_done()
717 Curl_resolv_unlock(data, conn->dns_entry); /* done with this */ in multi_done()
718 conn->dns_entry = NULL; in multi_done()
H A Dhostip.c1425 conn->dns_entry = data->state.async.dns; in Curl_once_resolved()
H A Durldata.h914 /* 'dns_entry' is the particular host we use. This points to an entry in the
918 struct Curl_dns_entry *dns_entry; member

Completed in 15 milliseconds