Searched defs:hash_node_s (Results 1 – 1 of 1) sorted by relevance
33 typedef struct hash_node_s { struct34 struct hash_node_s *next; argument35 char *key;36 void *data;