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 | 281 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune() 366 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr() 540 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 601 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv() 817 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock() 860 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean() 897 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs() 1029 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
|
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 | conncache.c | 55 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \ 61 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
|
D | share.c | 244 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
D | setopt.c | 774 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in vsetopt() 780 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in vsetopt() 814 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in vsetopt() 2011 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in vsetopt() 2045 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in vsetopt()
|
D | cookie.c | 358 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles() 1644 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_list() 1678 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
|
D | doh.c | 944 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
|
D | http.c | 2609 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http() 3948 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_readwrite_headers()
|
D | url.c | 398 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
|
/external/curl/lib/vtls/ |
D | vtls.c | 297 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|