ELinks 0.18.0
|
#include "util/lists.h"
Data Structures | |
struct | hash_item |
struct | hash |
Typedefs | |
typedef unsigned long | hash_value_T |
This should be hopefully always 32bit at least. | |
typedef hash_value_T(* | hash_func_T) (const char *key, unsigned int keylen, hash_value_T magic) |
typedef hash_value_T(* hash_func_T) (const char *key, unsigned int keylen, hash_value_T magic) |
typedef unsigned long hash_value_T |
This should be hopefully always 32bit at least.
I'm not sure what will happen when this will be of other length, but it should still work ok. –pasky
|
related |
|
related |
|
related |
|
related |