Go to the source code of this file.
Classes | |
struct | hel_tag |
Typedefs | |
typedef struct hel_tag | hel |
Functions | |
void * | lookup (const char *key, hel *hashtab[], int size) |
void ** | search (const char *key, hel *hashtab[], int size, bool init) |
void *** | enter (const char *key, hel *hashtab[], int size, void *entry) |
void **** | erase (const char *key, hel *hashtab[], int size) |
void* lookup | ( | const char * | key, | |
hel * | hashtab[], | |||
int | size | |||
) |
void* * * enter | ( | const char * | key, | |
hel * | hashtab[], | |||
int | size, | |||
void * | entry | |||
) |
void* * * * erase | ( | const char * | key, | |
hel * | hashtab[], | |||
int | size | |||
) |