Searched refs:GetHashNodeByKey (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/startup/init/services/utils/ |
H A D | init_hashmap.c | 62 static HashNode *GetHashNodeByKey(const HashTab *tab, const HashNode *root, const void *key, HashKe… in GetHashNodeByKey() function 132 return GetHashNodeByKey(tab, tab->buckets[hashCode], key, tab->keyCompare); in OH_HashMapGet() 168 return GetHashNodeByKey(tab, tab->buckets[hashCode], key, keyCompare); in OH_HashMapFind()
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | selinux_map.c | 81 static HashNode *GetHashNodeByKey(HashNode *root, const char *key) in GetHashNodeByKey() function 122 return GetHashNodeByKey(handle->buckets[hashCode], key); in HashMapGet()
|