Searched refs:Curl_share_unlock (Results 1 - 13 of 13) sorted by relevance
/third_party/curl/lib/ |
H A D | psl.c | 69 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_use() 99 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); /* Release exclusive lock. */ in Curl_psl_use() 104 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_use() 110 Curl_share_unlock(easy, CURL_LOCK_DATA_PSL); in Curl_psl_release()
|
H A D | conncache.h | 71 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \ 78 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
|
H A D | hostip.c | 268 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune() 375 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr() 721 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 839 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 1059 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock() 1102 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean() 1145 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs() 1286 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
|
H A D | share.h | 66 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
|
H A D | hostasyn.c | 84 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
|
H A D | share.c | 277 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
H A D | setopt.c | 829 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 835 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 872 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 2290 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt() 2334 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
|
H A D | cookie.c | 350 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles() 1755 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list() 1780 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
|
H A D | hsts.c | 581 Curl_share_unlock(data, CURL_LOCK_DATA_HSTS); in Curl_hsts_loadfiles()
|
H A D | doh.c | 969 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
|
H A D | http.c | 2792 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_cookies() 3634 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_header()
|
H A D | url.c | 311 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 528 Curl_share_unlock(data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|
Completed in 24 milliseconds