Searched defs:dictHashKey (Results 1 – 2 of 2) sorted by relevance
106 #define dictHashKey(ht, key) (ht)->type->hashFunction(key) macro
140 #define dictHashKey(d, key) (d)->type->hashFunction(key) macro