#include <hash.h>
Public Attributes | |
| struct curl_llist ** | table |
| hash_function | hash_func |
| comp_function | comp_func |
| curl_hash_dtor | dtor |
| int | slots |
| size_t | size |
Definition at line 25 of file hash.h.
struct curl_llist** curl_hash::table [read] |
Definition at line 26 of file hash.h.
Referenced by Curl_hash_clean(), Curl_hash_clean_with_criterium(), and Curl_hash_init().
Definition at line 32 of file hash.h.
Referenced by Curl_hash_add(), Curl_hash_delete(), Curl_hash_init(), and Curl_hash_pick().
Definition at line 33 of file hash.h.
Referenced by Curl_hash_add(), Curl_hash_init(), and hash_element_dtor().
| int curl_hash::slots |
Definition at line 34 of file hash.h.
Referenced by Curl_hash_clean(), Curl_hash_clean_with_criterium(), and Curl_hash_init().
| size_t curl_hash::size |
1.5.6