Searched refs:hash_item (Results 1 – 1 of 1) sorted by relevance
64 struct hash_item { struct67 struct hash_item *next; argument70 typedef struct hash_item *hash_table[HASH_SIZE];113 struct hash_item *p; in find_hash_item()123 struct hash_item *p = malloc(sizeof(*p)); in insert_hash_item()132 struct hash_item *p, *next; in free_hash_table()