Home
last modified time | relevance | path

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

/third_party/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()
Dconncache.h67 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \
74 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
Dhostip.c255 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune()
338 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr()
603 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
721 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
939 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock()
982 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean()
1019 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
1163 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
Dshare.h72 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
Dhostasyn.c87 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
Dshare.c279 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
Dcookie.c350 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles()
1753 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list()
1791 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
Dsetopt.c823 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
829 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
866 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt()
2246 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
2290 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
Dhsts.c542 Curl_share_unlock(data, CURL_LOCK_DATA_HSTS); in Curl_hsts_loadfiles()
Ddoh.c988 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
Dhttp.c2734 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_cookies()
3598 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_header()
Durl.c451 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
/third_party/curl/lib/vtls/
Dvtls.c396 Curl_share_unlock(data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()