Searched refs:Curl_resolv_unlock (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | hostip.h | 127 void Curl_resolv_unlock(struct Curl_easy *data,
|
D | socks.c | 304 Curl_resolv_unlock(data, dns); /* not used anymore from now on */ in Curl_SOCKS4() 845 Curl_resolv_unlock(data, dns); /* not used anymore from now on */ in Curl_SOCKS5()
|
D | hostip.c | 817 void Curl_resolv_unlock(struct Curl_easy *data, struct Curl_dns_entry *dns) in Curl_resolv_unlock() function
|
D | ftp.c | 1072 Curl_resolv_unlock(data, h); in ftp_state_use_port() 1961 Curl_resolv_unlock(data, addr); /* we're done using this address */ in ftp_state_pasv_resp() 1979 Curl_resolv_unlock(data, addr); /* we're done using this address */ in ftp_state_pasv_resp()
|
D | connect.c | 368 Curl_resolv_unlock(data, h); in bindlocal()
|
D | multi.c | 619 Curl_resolv_unlock(data, conn->dns_entry); /* done with this */ in multi_done()
|
D | url.c | 812 Curl_resolv_unlock(data, conn->dns_entry); in Curl_disconnect()
|