Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip.c277 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_prune()
360 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_fetch_addr()
468 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
514 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv()
730 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_resolv_unlock()
773 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_hostcache_clean()
813 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
871 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_loadhostpairs()
Dshare.h59 CURLSHcode Curl_share_unlock (struct Curl_easy *, curl_lock_data);
Dhostasyn.c95 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
Dshare.c231 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
Dcookie.c282 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_cookie_loadfiles()
1437 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_flush_cookies()
Durl.c473 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_close()
1249 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_setopt()
1255 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_setopt()
1287 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_setopt()
2303 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_setopt()
2332 Curl_share_unlock(data, CURL_LOCK_DATA_SHARE); in Curl_setopt()
Dhttp.c2336 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http()
3667 Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE); in Curl_http_readwrite_headers()
/external/curl/lib/vtls/
Dvtls.c270 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()