Searched refs:MapNode (Results 1 – 2 of 2) sorted by relevance
18 struct MapNode { struct23 struct MapNode *next; argument50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()60 struct MapNode **nodes = NULL; in MapResize()61 struct MapNode **tmp = NULL; in MapResize()64 nodes = (struct MapNode **)OsalMemCalloc(size * sizeof(*nodes)); in MapResize()75 struct MapNode *node = NULL; in MapResize()76 struct MapNode *next = NULL; in MapResize()94 static struct MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode()98 struct MapNode *node = (struct MapNode *)OsalMemCalloc(sizeof(*node) + keySize + valueSize); in MapCreateNode()[all …]
18 struct MapNode;21 struct MapNode **nodes; /**< Map node bucket */