hashmap_element_s Struct Reference
Detailed Description
Definition at line 77 of file dpborder_hashmap.h.
#include <dpborder_hashmap.h>
Data Fields | |
unsigned | key_len |
int | key_position |
int | in_use |
int | value |
Field Documentation
◆ key_len
unsigned hashmap_element_s::key_len |
Definition at line 78 of file dpborder_hashmap.h.
Referenced by hashmap_match_helper(), hashmap_put(), hashmap_putcheck(), and hashmap_rehash_iterator().
◆ key_position
int hashmap_element_s::key_position |
Definition at line 79 of file dpborder_hashmap.h.
Referenced by hashmap_match_helper(), hashmap_put(), hashmap_putcheck(), and hashmap_rehash_iterator().
◆ in_use
int hashmap_element_s::in_use |
Definition at line 80 of file dpborder_hashmap.h.
Referenced by hashmap_get(), hashmap_hash_helper(), hashmap_iterate_pairs(), hashmap_put(), hashmap_putcheck(), and hashmap_remove().
◆ value
int hashmap_element_s::value |
Definition at line 81 of file dpborder_hashmap.h.
Referenced by hashmap_get(), hashmap_put(), hashmap_putcheck(), and hashmap_rehash_iterator().