Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c192 struct Curl_sh_entry { struct
207 static struct Curl_sh_entry *sh_getentry(struct Curl_hash *sh, in sh_getentry() argument
241 static struct Curl_sh_entry *sh_addentry(struct Curl_hash *sh, in sh_addentry()
244 struct Curl_sh_entry *there = sh_getentry(sh, s); in sh_addentry()
245 struct Curl_sh_entry *check; in sh_addentry()
253 check = calloc(1, sizeof(struct Curl_sh_entry)); in sh_addentry()
275 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry()
290 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()
542 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)p;
2704 struct Curl_sh_entry *entry;
[all …]