Lines Matching defs:h
43 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor() local
68 Curl_hash_init(struct Curl_hash *h, in Curl_hash_init()
110 void *Curl_hash_add2(struct Curl_hash *h, void *key, size_t key_len, void *p, in Curl_hash_add2()
159 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
169 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()
223 Curl_hash_destroy(struct Curl_hash *h) in Curl_hash_destroy()
242 Curl_hash_clean(struct Curl_hash *h) in Curl_hash_clean()
247 size_t Curl_hash_count(struct Curl_hash *h) in Curl_hash_count()
255 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium()
285 size_t h = 5381; in Curl_hash_str() local
320 struct Curl_hash *h; in Curl_hash_next_element() local
385 void Curl_hash_offt_init(struct Curl_hash *h, in Curl_hash_offt_init()
392 void *Curl_hash_offt_set(struct Curl_hash *h, curl_off_t id, void *elem) in Curl_hash_offt_set()
397 int Curl_hash_offt_remove(struct Curl_hash *h, curl_off_t id) in Curl_hash_offt_remove()
402 void *Curl_hash_offt_get(struct Curl_hash *h, curl_off_t id) in Curl_hash_offt_get()