Data Fields | |
uint32_t(* | hash )(const void *key) |
Hash function. | |
int(* | compare )(const void *key1, const void *key2) |
Compare two keys. | |
void(* | destroy )(void *key, void *value) |
Destroy a (key, value) pair. | |
uint32_t | size |
struct util_cache_entry * | entries |
Definition at line 57 of file u_cache.c.
uint32_t(* util_cache::hash)(const void *key) |
Hash function.
int(* util_cache::compare)(const void *key1, const void *key2) |
Compare two keys.
void(* util_cache::destroy)(void *key, void *value) |
Destroy a (key, value) pair.
uint32_t util_cache::size |
struct util_cache_entry* util_cache::entries [read] |