HomeSort by relevance Sort by last modified time
    Searched refs:Curl_resolv_unlock (Results 1 - 6 of 6) 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 SessionHandle *data,
178 * The returned data *MUST* be "unlocked" with Curl_resolv_unlock() after
socks.c 189 Curl_resolv_unlock(data, dns); /* not used anymore from now on */
625 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
429 * function is used. You MUST call Curl_resolv_unlock() later (when you're
550 * function is used. You MUST call Curl_resolv_unlock() later (when you're
712 * Curl_resolv_unlock() unlocks the given cached DNS entry. When this has been
718 void Curl_resolv_unlock(struct SessionHandle *data, struct Curl_dns_entry *dns)
connect.c 363 Curl_resolv_unlock(data, h);
    [all...]
ftp.c     [all...]
url.c     [all...]

Completed in 1694 milliseconds