Searched defs:curl_hash (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dhash.h46 struct curl_hash { struct
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 *
[all...]

Completed in 68 milliseconds