#include <hash.h>
Public Attributes | |
| void * | ptr |
| char * | key |
| size_t | key_len |
Definition at line 38 of file hash.h.
| void* curl_hash_element::ptr |
Definition at line 39 of file hash.h.
Referenced by Curl_hash_add(), Curl_hash_clean_with_criterium(), Curl_hash_pick(), hash_element_dtor(), and mk_hash_element().
| char* curl_hash_element::key |
Definition at line 40 of file hash.h.
Referenced by Curl_hash_add(), Curl_hash_delete(), Curl_hash_pick(), hash_element_dtor(), and mk_hash_element().
| size_t curl_hash_element::key_len |
Definition at line 41 of file hash.h.
Referenced by Curl_hash_add(), Curl_hash_delete(), Curl_hash_pick(), and mk_hash_element().
1.5.6