Searched refs:Curl_share_unlock (Results 1 – 12 of 12) sorted by relevance
/external/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 | hostip.c | 245 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune() 330 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr() 509 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 609 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 825 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock() 868 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean() 905 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs() 1037 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
|
D | conncache.h | 57 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \ 63 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
|
D | share.h | 64 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
|
D | hostasyn.c | 89 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
|
D | share.c | 246 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
D | cookie.c | 361 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles() 1639 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list() 1674 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
|
D | setopt.c | 790 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 796 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 833 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_vsetopt() 2146 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt() 2180 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_vsetopt()
|
D | doh.c | 970 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
|
D | http.c | 2612 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http() 3925 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_readwrite_headers()
|
D | url.c | 430 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
|
/external/curl/lib/vtls/ |
D | vtls.c | 356 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|