Searched refs:Curl_resolv_unlink (Results 1 – 10 of 10) sorted by relevance
/curl/lib/ |
H A D | hostip.h | 165 void Curl_resolv_unlink(struct Curl_easy *data,
|
H A D | socks.c | 391 Curl_resolv_unlink(data, &dns); /* not used anymore from now on */ in do_SOCKS4() 896 Curl_resolv_unlink(data, &dns); /* not used anymore from now on */ in do_SOCKS5()
|
H A D | hostip.c | 1052 void Curl_resolv_unlink(struct Curl_easy *data, struct Curl_dns_entry **pdns) in Curl_resolv_unlink() function
|
H A D | ftp.c | 1206 Curl_resolv_unlink(data, &dns_entry); in ftp_state_use_port() 1935 Curl_resolv_unlink(data, &addr); /* we are done using this address */ in ftp_state_pasv_resp() 1953 Curl_resolv_unlink(data, &addr); /* we are done using this address */ in ftp_state_pasv_resp()
|
H A D | conncache.c | 829 Curl_resolv_unlink(data, &conn->dns_entry); in cpool_run_conn_shutdown_handler()
|
H A D | cf-socket.c | 701 Curl_resolv_unlink(data, &h); /* this will NULL, potential free h */ in bindlocal()
|
H A D | url.c | 638 Curl_resolv_unlink(data, &conn->dns_entry); in Curl_on_disconnect()
|
H A D | multi.c | 623 Curl_resolv_unlink(data, &conn->dns_entry); /* done with this */ in multi_done_locked()
|
/curl/lib/vtls/ |
H A D | wolfssl.c | 1264 Curl_resolv_unlink(data, &dns); in wolfssl_connect_step1()
|
H A D | openssl.c | 3943 Curl_resolv_unlink(data, &dns); in Curl_ossl_ctx_init()
|
Completed in 99 milliseconds