Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dmulti.c209 struct Curl_sh_entry { struct
220 static struct Curl_sh_entry *sh_getentry(struct Curl_hash *sh, in sh_getentry()
265 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)he->ptr; in sockhash_destroy()
274 static struct Curl_sh_entry *sh_addentry(struct Curl_hash *sh, in sh_addentry()
277 struct Curl_sh_entry *there = sh_getentry(sh, s); in sh_addentry()
278 struct Curl_sh_entry *check; in sh_addentry()
286 check = calloc(1, sizeof(struct Curl_sh_entry)); in sh_addentry()
305 static void sh_delentry(struct Curl_sh_entry *entry, in sh_delentry()
320 struct Curl_sh_entry * in sh_freeentry()
[all...]

Completed in 2 milliseconds