Searched refs:Curl_resolv_unlock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h79 * The returned data *MUST* be "unlocked" with Curl_resolv_unlock() after
122 void Curl_resolv_unlock(struct SessionHandle *data,
H A Dhostip.c387 * function is used. You MUST call Curl_resolv_unlock() later (when you're
529 * function is used. You MUST call Curl_resolv_unlock() later (when you're
690 * Curl_resolv_unlock() unlocks the given cached DNS entry. When this has been
696 void Curl_resolv_unlock(struct SessionHandle *data, struct Curl_dns_entry *dns) function
743 Curl_resolv_unlock(data, c);
H A Dsocks.c189 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
625 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
H A Dconnect.c358 Curl_resolv_unlock(data, h);
H A Dftp.c1108 Curl_resolv_unlock(data, h);
2042 Curl_resolv_unlock(data, addr); /* we're done using this address */
H A Durl.c2582 Curl_resolv_unlock(data, conn->dns_entry);
5711 Curl_resolv_unlock(data, conn->dns_entry); /* done with this */

Completed in 51 milliseconds