Searched refs:Curl_sh_entry (Results 1 – 1 of 1) sorted by relevance
222 struct Curl_sh_entry { struct233 static struct Curl_sh_entry *sh_getentry(struct Curl_hash *sh, in sh_getentry() argument277 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)he->ptr; in sockhash_destroy()289 struct Curl_sh_entry *there = sh_getentry(sh, s); in sh_addentry()290 struct Curl_sh_entry *check; in sh_addentry()298 check = calloc(1, sizeof(struct Curl_sh_entry)); in sh_addentry()317 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry()332 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()592 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)p;3212 struct Curl_sh_entry *entry;[all …]
Completed in 11 milliseconds