Searched refs:Curl_share_unlock (Results 1 – 13 of 13) sorted by relevance
/third_party/curl/lib/ |
D | psl.c | 67 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()
|
D | conncache.h | 67 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \ 74 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
|
D | hostip.c | 255 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()
|
D | share.h | 72 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
|
D | hostasyn.c | 87 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
|
D | share.c | 279 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
D | cookie.c | 350 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()
|
D | setopt.c | 823 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()
|
D | hsts.c | 542 Curl_share_unlock(data, CURL_LOCK_DATA_HSTS); in Curl_hsts_loadfiles()
|
D | doh.c | 988 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
|
D | http.c | 2734 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()
|
D | url.c | 451 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 396 Curl_share_unlock(data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|