Home
last modified time | relevance | path

Searched refs:Curl_share_unlock (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dpsl.c67 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_use()
97 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); /* Release exclusive lock. */ in Curl_psl_use()
102 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_use()
108 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_release()
Dhostip.c247 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune()
332 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr()
510 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
571 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
787 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock()
830 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean()
867 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
999 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
Dshare.h64 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
Dhostasyn.c89 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
Dshare.c244 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
Dconncache.c55 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \
61 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
Dcookie.c359 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles()
1616 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list()
1651 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
Dsetopt.c745 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
751 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
785 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
2062 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
2096 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
Ddoh.c971 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
Dhttp.c2687 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http()
4029 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_readwrite_headers()
Durl.c403 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
/external/curl/lib/vtls/
Dvtls.c300 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()