Home
last modified time | relevance | path

Searched refs:sockhash (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dmulti.c297 if(sh_init(&multi->sockhash, hashsize)) in Curl_multi_handle()
327 Curl_hash_destroy(&multi->sockhash); in Curl_multi_handle()
1878 Curl_hash_destroy(&multi->sockhash); in curl_multi_cleanup()
1990 entry = Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in singlesocket()
2005 entry = sh_addentry(&multi->sockhash, s, data); in singlesocket()
2041 entry = Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in singlesocket()
2096 sh_delentry(&multi->sockhash, s); in singlesocket()
2123 Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in Curl_multi_closed()
2132 sh_delentry(&multi->sockhash, s); in Curl_multi_closed()
2225 Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in multi_socket()
[all …]
Dmultihandle.h100 struct curl_hash sockhash; member
/external/curl/docs/
DINTERNALS952 ->sockhash is a hash table to allow fast lookups of socket descriptor to