Home | History | Annotate | Download | only in lib

Lines Matching refs:curl_hash

46 struct curl_hash {
66 struct curl_hash *hash;
71 int Curl_hash_init(struct curl_hash *h,
77 void *Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p);
78 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len);
79 void *Curl_hash_pick(struct curl_hash *, void * key, size_t key_len);
80 void Curl_hash_apply(struct curl_hash *h, void *user,
82 int Curl_hash_count(struct curl_hash *h);
83 void Curl_hash_destroy(struct curl_hash *h);
84 void Curl_hash_clean(struct curl_hash *h);
85 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,