Searched refs:HashMapGet (Results 1 – 3 of 3) sorted by relevance
61 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len);
112 HashNode *HashMapGet(HashTab *handle, const char *key, uint32_t len) in HashMapGet() function
35 HashNode *node = HashMapGet(root->handle, name, len); in GetGroupNode()