Searched refs:cso_node (Results 1 – 2 of 2) sorted by relevance
74 struct cso_node { struct75 struct cso_node *next; argument81 struct cso_node *fakeNext; argument82 struct cso_node **buckets;93 struct cso_node *e;102 static void cso_free_node(struct cso_node *node) in cso_free_node()107 static struct cso_node *110 struct cso_node **anextNode) in cso_hash_create_node()112 struct cso_node *node = cso_data_allocate_node(hash->data.d); in cso_hash_create_node()120 node->next = (struct cso_node*)(*anextNode); in cso_hash_create_node()[all …]
55 struct cso_node;60 struct cso_node *node;