Searched refs:sockhash (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | multi.c | 297 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 …]
|
D | multihandle.h | 100 struct curl_hash sockhash; member
|
/external/curl/docs/ |
D | INTERNALS | 952 ->sockhash is a hash table to allow fast lookups of socket descriptor to
|