Lines Matching refs:curl_hash
37 struct curl_hash *h = (struct curl_hash *) user; in hash_element_dtor()
57 Curl_hash_init(struct curl_hash *h, in Curl_hash_init()
109 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
139 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_delete()
160 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
180 Curl_hash_apply(curl_hash *h, void *user, in Curl_hash_apply()
205 Curl_hash_destroy(struct curl_hash *h) in Curl_hash_destroy()
223 Curl_hash_clean(struct curl_hash *h) in Curl_hash_clean()
230 Curl_hash_clean_with_criterium(struct curl_hash *h, void *user, in Curl_hash_clean_with_criterium()
280 void Curl_hash_start_iterate(struct curl_hash *hash, in Curl_hash_start_iterate()
291 struct curl_hash *h = iter->hash; in Curl_hash_next_element()
318 void Curl_hash_print(struct curl_hash *h,