Home
last modified time | relevance | path

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

/external/curl/lib/
Dhash.c35 struct curl_hash_element *e = (struct curl_hash_element *) element; in hash_element_dtor()
92 static struct curl_hash_element *
95 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element)); in mk_hash_element()
126 struct curl_hash_element *he; in Curl_hash_add()
131 he = (struct curl_hash_element *) le->ptr; in Curl_hash_add()
162 struct curl_hash_element *he; in Curl_hash_delete()
180 struct curl_hash_element *he; in Curl_hash_pick()
208 curl_hash_element *el = le->ptr; in Curl_hash_apply()
260 struct curl_hash_element *he = le->ptr; in Curl_hash_clean_with_criterium()
303 struct curl_hash_element *
[all …]
Dconncache.c170 struct curl_hash_element *he; in conncache_remove_bundle()
274 struct curl_hash_element *he; in Curl_conncache_foreach()
307 struct curl_hash_element *he; in Curl_conncache_find_first_connection()
335 struct curl_hash_element *he;
Dhash.h59 struct curl_hash_element { struct
93 struct curl_hash_element *
Durl.c2938 struct curl_hash_element *he; in find_oldest_idle_connection()