Home | History | Annotate | Download | only in lib

Lines Matching refs:curl_hash

37   struct curl_hash *h = (struct curl_hash *) user;
59 Curl_hash_init(struct curl_hash *h,
134 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p)
173 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len)
195 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len)
216 Curl_hash_apply(curl_hash *h, void *user,
241 Curl_hash_destroy(struct curl_hash *h)
260 Curl_hash_clean(struct curl_hash *h)
267 Curl_hash_clean_with_criterium(struct curl_hash *h, void *user,
317 void Curl_hash_start_iterate(struct curl_hash *hash,
329 struct curl_hash *h = iter->hash;
357 void Curl_hash_print(struct curl_hash *h,