54 void (*cb)(
void *user,
void *ptr));
void Curl_hash_apply(curl_hash *h, void *user, void(*cb)(void *user, void *ptr))
void Curl_hash_destroy(curl_hash *h)
int Curl_hash_delete(curl_hash *h, char *key, size_t key_len)
void Curl_hash_clean_with_criterium(curl_hash *h, void *user, int(*comp)(void *, void *))
struct _curl_hash curl_hash
int Curl_hash_count(curl_hash *h)
void * Curl_hash_add(curl_hash *, char *, size_t, void *)
void Curl_hash_clean(curl_hash *h)
int Curl_hash_init(curl_hash *, int, curl_hash_dtor)
struct _curl_hash_element curl_hash_element
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
curl_hash * Curl_hash_alloc(int, curl_hash_dtor)
void * Curl_hash_pick(curl_hash *, char *, size_t)
void(* curl_hash_dtor)(void *)