Searched refs:dictCompareHashKeys (Results 1 – 2 of 2) sorted by relevance
193 if (dictCompareHashKeys(ht,key,de->key)) { in dictDelete()251 if (dictCompareHashKeys(ht, key, he->key)) in dictFind()332 if (dictCompareHashKeys(ht, key, he->key)) in _dictKeyIndex()
101 #define dictCompareHashKeys(ht, key1, key2) \ macro