struct node_struct | |
{ | |
char flag; | |
struct node_struct* next; | |
char* key; | |
void* val; | |
} |
struct string_hash_table_struct | |
{ | |
int prime; | |
SHNODE zen; | |
} |
Prototyped in: | nut/include/gorp/shash.h |
Prototyped in: | nut/include/gorp/shash.h | |
Calls: | free() | nut/crt/malloc.c |
Prototyped in: | nut/include/gorp/shash.h | |
Calls: | SHashFindNode() | nut/gorp/hashtable/shash.c |
StrToHash() | nut/gorp/hashtable/shash.c |
Prototyped in: | nut/include/gorp/shash.h | |
Calls: | malloc() | nut/crt/malloc.c |
memset() | nut/c/string/memset.c |
Prototyped in: | nut/include/gorp/shash.h | |
Calls: | SHashDoSet() | nut/gorp/hashtable/shash.c |
Prototyped in: | nut/include/gorp/shash.h | |
Calls: | SHashDoSet() | nut/gorp/hashtable/shash.c |
malloc() | nut/crt/malloc.c | |
memcpy() | nut/c/string/memcpy.c |
Calls: | strcmp() | nut/c/string/strcmp.c |
Called by: | SHashDoSet() | nut/gorp/hashtable/shash.c |
SHashGet() | nut/gorp/hashtable/shash.c |
Called by: | SHashDoSet() | nut/gorp/hashtable/shash.c |
SHashGet() | nut/gorp/hashtable/shash.c |