|
exip
Alpha 0.5.4
|
#include "hashtable.h"Go to the source code of this file.
Data Structures | |
| struct | entry |
| struct | hashtable |
Macros | |
| #define | indexFor(tablelength, hashvalue) ((unsigned int) (hashvalue % (uint32_t) tablelength)) |
| #define | freekey(X) EXIP_MFREE(X) |
| #define freekey | ( | X) | EXIP_MFREE(X) |
Definition at line 52 of file hashtable_private.h.
| #define indexFor | ( | tablelength, | |
| hashvalue | |||
| ) | ((unsigned int) (hashvalue % (uint32_t) tablelength)) |
Definition at line 41 of file hashtable_private.h.
1.8.4