Searched refs:Curl_share_unlock (Results 1 – 13 of 13) sorted by relevance
/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 | share.h | 69 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 | hostip.c | 264 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune() 371 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr() 722 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 840 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 1062 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlink() 1122 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean() 1165 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs() 1304 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
|
H A D | share.c | 286 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
H A D | cookie.c | 338 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles() 1690 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list() 1715 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
|
H A D | setopt.c | 1601 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in setopt_pointers() 1645 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in setopt_pointers() 1890 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in setopt_cptr() 1896 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in setopt_cptr() 1928 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in setopt_cptr()
|
H A D | hsts.c | 579 Curl_share_unlock(data, CURL_LOCK_DATA_HSTS); in Curl_hsts_loadfiles()
|
H A D | conncache.c | 70 Curl_share_unlock((c)->idata, CURL_LOCK_DATA_CONNECT); \
|
H A D | doh.c | 1360 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
|
H A D | http.c | 2266 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_cookies() 3091 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_header()
|
H A D | url.c | 306 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
|
/curl/lib/vtls/ |
H A D | vtls.c | 532 Curl_share_unlock(data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|
Completed in 79 milliseconds