Lines Matching refs:curl_hash_element
35 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 *
325 struct curl_hash_element *he = iter->current_element->ptr; in Curl_hash_next_element()
339 struct curl_hash_element *he;