Home
last modified time | relevance | path

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

/curl/lib/
H A Dmulti.c218 struct Curl_sh_entry { struct
229 static struct Curl_sh_entry *sh_getentry(struct Curl_hash *sh, in sh_getentry() argument
274 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)he->ptr; in sockhash_destroy()
286 struct Curl_sh_entry *there = sh_getentry(sh, s); in sh_addentry()
287 struct Curl_sh_entry *check; in sh_addentry()
295 check = calloc(1, sizeof(struct Curl_sh_entry)); in sh_addentry()
314 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry()
329 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()
656 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)p;
2952 struct Curl_sh_entry *entry;
[all …]

Completed in 15 milliseconds