Lines Matching refs:curl_hash
46 struct curl_hash { struct
67 struct curl_hash *hash; argument
72 int Curl_hash_init(struct curl_hash *h,
78 void *Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p);
79 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len);
80 void *Curl_hash_pick(struct curl_hash *, void *key, size_t key_len);
81 void Curl_hash_apply(struct curl_hash *h, void *user,
83 int Curl_hash_count(struct curl_hash *h);
84 void Curl_hash_destroy(struct curl_hash *h);
85 void Curl_hash_clean(struct curl_hash *h);
86 void Curl_hash_clean_with_criterium(struct curl_hash *h, void *user,
91 void Curl_hash_start_iterate(struct curl_hash *hash,
96 void Curl_hash_print(struct curl_hash *h,