Definition in file hashtable.h.
Go to the source code of this file.
Typedefs | |
typedef _Hash_table * | Hash_table |
Functions | |
Hash_table | hash_init (unsigned int) |
int | hash_destroy (Hash_table) |
int | hash_size (Hash_table) |
void * | hash_find (Hash_table, void *key, unsigned keysize) |
int | hash_add (Hash_table, void *key, unsigned keysize, void *value, unsigned valuesize) |
|
Definition at line 34 of file hashtable.h. |
|
|
|
Definition at line 73 of file hashtable.c. References hash_rec_free(), _Hash_table::nodes, and _Hash_table::size. Referenced by main(). |
|
|
|
Definition at line 47 of file hashtable.c. References _Hash_table::nodes, and _Hash_table::size. Referenced by main(). |
|
|