Home
last modified time | relevance | path

Searched refs:GetHashNodeByKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/init/services/utils/
H A Dinit_hashmap.c62 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 Dselinux_map.c81 static HashNode *GetHashNodeByKey(HashNode *root, const char *key) in GetHashNodeByKey() function
122 return GetHashNodeByKey(handle->buckets[hashCode], key); in HashMapGet()