Go to the source code of this file.
|
void * | dyhash_lookup (const char *key, hel *hashtab[], int size) |
|
void * | dyhash_search (const char *key, hel *hashtab[], int size, bool init) |
|
void * | dyhash_enter (const char *key, hel *hashtab[], int size, void *entry) |
|
void * | dyhash_erase (const char *key, hel *hashtab[], int size) |
|
◆ hel
◆ dyhash_lookup()
void * dyhash_lookup |
( |
const char * | key, |
|
|
hel * | hashtab[], |
|
|
int | size ) |
|
extern |
◆ dyhash_search()
void * dyhash_search |
( |
const char * | key, |
|
|
hel * | hashtab[], |
|
|
int | size, |
|
|
bool | init ) |
◆ dyhash_enter()
void * dyhash_enter |
( |
const char * | key, |
|
|
hel * | hashtab[], |
|
|
int | size, |
|
|
void * | entry ) |
◆ dyhash_erase()
void * dyhash_erase |
( |
const char * | key, |
|
|
hel * | hashtab[], |
|
|
int | size ) |