Tor
0.4.7.0-alpha-dev
|
Data Fields | |
struct di_digest256_map_t * | next |
uint8_t | key [32] |
void * | val |
A type for a map from DIGEST256_LEN-byte blobs to void*, such that data lookups take an amount of time proportional only to the size of the map, and not to the position or presence of the item in the map.
Not efficient for large maps!
uint8_t key[32] |
Key for this entry.
Definition at line 151 of file di_ops.c.
Referenced by dimap_add_entry(), and dimap_search().
struct di_digest256_map_t* next |
Pointer to the next entry in the list.
Definition at line 149 of file di_ops.c.
Referenced by dimap_free_(), and dimap_search().
void* val |
Value for this entry.
Definition at line 153 of file di_ops.c.
Referenced by dimap_free_(), and dimap_search().