Searched refs:Curl_share_unlock (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | hostip.c | 277 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()
|
D | share.h | 59 CURLSHcode Curl_share_unlock (struct Curl_easy *, curl_lock_data);
|
D | hostasyn.c | 95 Curl_share_unlock(data, CURL_LOCK_DATA_DNS); in Curl_addrinfo_callback()
|
D | share.c | 231 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() function
|
D | cookie.c | 282 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()
|
D | url.c | 473 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()
|
D | http.c | 2336 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/ |
D | vtls.c | 270 Curl_share_unlock(conn->data, CURL_LOCK_DATA_SSL_SESSION); in Curl_ssl_sessionid_unlock()
|