HomeSort by relevance Sort by last modified time
    Searched refs:Curl_resolv_unlock (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/
hostip.h 70 /* use-counter, use Curl_resolv_unlock to release reference */
78 * The returned data *MUST* be "unlocked" with Curl_resolv_unlock() after
121 void Curl_resolv_unlock(struct Curl_easy *data,
178 * The returned data *MUST* be "unlocked" with Curl_resolv_unlock() after
socks.c 196 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
645 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
hostip.c 340 * The returned data *MUST* be "unlocked" with Curl_resolv_unlock() after
430 * function is used. You MUST call Curl_resolv_unlock() later (when you're
551 * function is used. You MUST call Curl_resolv_unlock() later (when you're
716 * Curl_resolv_unlock() unlocks the given cached DNS entry. When this has been
722 void Curl_resolv_unlock(struct Curl_easy *data, struct Curl_dns_entry *dns)
connect.c 364 Curl_resolv_unlock(data, h);
    [all...]
ftp.c     [all...]
multi.c 596 Curl_resolv_unlock(data, conn->dns_entry); /* done with this */
    [all...]
url.c     [all...]

Completed in 274 milliseconds