Searched refs:dns_entry (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib1515.c | 120 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 D | url.c | 652 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 D | multi.c | 659 /* 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 D | hostip.c | 1425 conn->dns_entry = data->state.async.dns; in Curl_once_resolved()
|
H A D | urldata.h | 914 /* '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