Searched refs:Curl_sh_entry (Results 1 – 1 of 1) sorted by relevance
196 struct Curl_sh_entry { struct211 static struct Curl_sh_entry *sh_getentry(struct curl_hash *sh, in sh_getentry() argument221 static struct Curl_sh_entry *sh_addentry(struct curl_hash *sh, in sh_addentry()224 struct Curl_sh_entry *there = sh_getentry(sh, s); in sh_addentry()225 struct Curl_sh_entry *check; in sh_addentry()232 check = calloc(1, sizeof(struct Curl_sh_entry)); in sh_addentry()261 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()516 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)p;2280 struct Curl_sh_entry *entry; in singlesocket()2455 struct Curl_sh_entry *entry = sh_getentry(&multi->sockhash, s); in Curl_multi_closed()[all …]