Lines Matching defs:h
37 struct curl_hash *h = (struct curl_hash *) user; in hash_element_dtor() local
59 Curl_hash_init(struct curl_hash *h, in Curl_hash_init()
134 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
173 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_delete()
195 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
216 Curl_hash_apply(curl_hash *h, void *user, in Curl_hash_apply()
241 Curl_hash_destroy(struct curl_hash *h) in Curl_hash_destroy()
260 Curl_hash_clean(struct curl_hash *h) in Curl_hash_clean()
267 Curl_hash_clean_with_criterium(struct curl_hash *h, void *user, in Curl_hash_clean_with_criterium()
298 unsigned long h = 5381; in Curl_hash_str() local
329 struct curl_hash *h = iter->hash; in Curl_hash_next_element() local