Go to the source code of this file.
|
gk_HTable_t * | HTable_Create (int nelements) |
|
void | HTable_Delete (gk_HTable_t *htable, int key) |
|
void | HTable_Destroy (gk_HTable_t *htable) |
|
int | HTable_GetNext (gk_HTable_t *htable, int key, int *r_val, int type) |
|
int | HTable_HFunction (int nelements, int key) |
|
void | HTable_Insert (gk_HTable_t *htable, int key, int val) |
|
void | HTable_Reset (gk_HTable_t *htable) |
|
void | HTable_Resize (gk_HTable_t *htable, int nelements) |
|
int | HTable_Search (gk_HTable_t *htable, int key) |
|
int | HTable_SearchAndDelete (gk_HTable_t *htable, int key) |
|
int HTable_HFunction |
( |
int |
nelements, |
|
|
int |
key |
|
) |
| |