ARB
|
Public Attributes | |
char * | key |
long | data |
aisc_hash_node * | next |
Definition at line 29 of file struct_man.c.
char* aisc_hash_node::key |
Definition at line 30 of file struct_man.c.
Referenced by aisc_free_hash(), aisc_free_key(), aisc_init_hash(), and aisc_insert_hash().
long aisc_hash_node::data |
Definition at line 31 of file struct_man.c.
Referenced by aisc_free_hash(), aisc_free_key(), aisc_init_hash(), aisc_insert_hash(), and aisc_read_hash().
aisc_hash_node* aisc_hash_node::next |
Definition at line 32 of file struct_man.c.
Referenced by aisc_free_hash(), aisc_free_key(), aisc_insert_hash(), and aisc_read_hash().