Data Fields | |
hash_index_t(* | hash )(unsigned long key[]) |
int(* | compare )(unsigned long key[], hash_count_t keys, link_t *item) |
void(* | remove_callback )(link_t *item) |
Definition at line 55 of file hash_table.h.
|
Hash function.
Referenced by hash_table_create(), hash_table_find(), hash_table_insert(), and hash_table_remove(). |
|
Hash table item comparison function.
Referenced by hash_table_create(), hash_table_find(), hash_table_insert(), and hash_table_remove(). |
|
Hash table item removal callback.
Referenced by hash_table_remove(). |