Searched refs:util_node (Results 1 – 2 of 2) sorted by relevance
77 struct util_node { struct78 struct util_node *next; argument84 struct util_node *fakeNext; argument85 struct util_node **buckets;96 struct util_node *e;105 static void util_free_node(struct util_node *node) in util_free_node()110 static struct util_node *113 struct util_node **anextNode) in util_hash_create_node()115 struct util_node *node = util_data_allocate_node(hash->data.d); in util_hash_create_node()123 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()[all …]
56 struct util_node;60 struct util_node *node;