Home
last modified time | relevance | path

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

/curl/lib/
H A Dmultihandle.h131 struct Curl_hash sockhash; member
H A Dmulti.c410 sh_init(&multi->sockhash, hashsize); in Curl_multi_handle()
445 sockhash_destroy(&multi->sockhash); in Curl_multi_handle()
2765 sockhash_destroy(&multi->sockhash);
2870 entry = sh_getentry(&multi->sockhash, s);
2883 entry = sh_addentry(&multi->sockhash, s);
2963 entry = sh_getentry(&multi->sockhash, s);
2985 sh_delentry(entry, &multi->sockhash, s);
3032 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s);
3046 sh_delentry(entry, &multi->sockhash, s);
3199 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s);
[all …]

Completed in 18 milliseconds