Home
last modified time | relevance | path

Searched refs:Curl_share_unlock (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dpsl.c67 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()
Dhostip.c281 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()
Dshare.h64 CURLSHcode Curl_share_unlock(struct Curl_easy *, curl_lock_data);
Dhostasyn.c89 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
Dconncache.c55 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT); \
61 Curl_share_unlock((x), CURL_LOCK_DATA_CONNECT)
Dshare.c244 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
Dsetopt.c774 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()
Dcookie.c358 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()
Ddoh.c944 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_doh_is_resolved()
Dhttp.c2609 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()
Durl.c398 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
/external/curl/lib/vtls/
Dvtls.c297 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()