Searched refs:Curl_resolv_unlock (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | hostip.h | 121 void Curl_resolv_unlock(struct Curl_easy *data,
|
D | socks.c | 189 Curl_resolv_unlock(data, dns); /* not used anymore from now on */ in Curl_SOCKS4() 625 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
|
D | hostip.c | 719 void Curl_resolv_unlock(struct Curl_easy *data, struct Curl_dns_entry *dns) in Curl_resolv_unlock() function
|
D | connect.c | 364 Curl_resolv_unlock(data, h); in bindlocal()
|
D | ftp.c | 1140 Curl_resolv_unlock(data, h); in ftp_state_use_port() 2100 Curl_resolv_unlock(data, addr); /* we're done using this address */ in ftp_state_pasv_resp() 2118 Curl_resolv_unlock(data, addr); /* we're done using this address */ in ftp_state_pasv_resp()
|
D | multi.c | 586 Curl_resolv_unlock(data, conn->dns_entry); /* done with this */ in multi_done()
|
D | url.c | 2833 Curl_resolv_unlock(data, conn->dns_entry); in Curl_disconnect()
|