Searched refs:util_node (Results 1 – 2 of 2) sorted by relevance
73 struct util_node { struct74 struct util_node *next; argument80 struct util_node *fakeNext; argument81 struct util_node **buckets;92 struct util_node *e;101 static void util_free_node(struct util_node *node) in util_free_node()106 static struct util_node *109 struct util_node **anextNode) in util_hash_create_node()111 struct util_node *node = util_data_allocate_node(hash->data.d); in util_hash_create_node()119 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()[all …]
52 struct util_node;56 struct util_node *node;