Searched refs:sockhash (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | multihandle.h | 134 struct Curl_hash sockhash; member
|
H A D | multi.c | 411 sh_init(&multi->sockhash, hashsize); in Curl_multi_handle() 446 sockhash_destroy(&multi->sockhash); in Curl_multi_handle() 3123 sockhash_destroy(&multi->sockhash); 3229 entry = sh_getentry(&multi->sockhash, s); 3242 entry = sh_addentry(&multi->sockhash, s); 3322 entry = sh_getentry(&multi->sockhash, s); 3344 sh_delentry(entry, &multi->sockhash, s); 3391 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); 3405 sh_delentry(entry, &multi->sockhash, s); 3558 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); [all …]
|
Completed in 21 milliseconds