Searched refs:anextNode (Results 1 – 2 of 2) sorted by relevance
113 struct util_node **anextNode) in util_hash_create_node() argument123 node->next = (struct util_node*)(*anextNode); in util_hash_create_node()124 *anextNode = node; in util_hash_create_node()
112 struct cso_node **anextNode) in cso_hash_create_node() argument122 node->next = (struct cso_node*)(*anextNode); in cso_hash_create_node()123 *anextNode = node; in cso_hash_create_node()