Lines Matching defs:h
39 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()
105 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add()
148 int Curl_hash_delete(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_delete()
175 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
203 Curl_hash_destroy(struct Curl_hash *h) in Curl_hash_destroy()
221 Curl_hash_clean(struct Curl_hash *h) in Curl_hash_clean()
228 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium()
259 size_t h = 5381; in Curl_hash_str() local
289 struct Curl_hash *h = iter->hash; in Curl_hash_next_element() local
353 void Curl_hash_offt_init(struct Curl_hash *h, in Curl_hash_offt_init()
360 void *Curl_hash_offt_set(struct Curl_hash *h, curl_off_t id, void *elem) in Curl_hash_offt_set()
365 int Curl_hash_offt_remove(struct Curl_hash *h, curl_off_t id) in Curl_hash_offt_remove()
370 void *Curl_hash_offt_get(struct Curl_hash *h, curl_off_t id) in Curl_hash_offt_get()