Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.c193 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()
H A Ddict.h101 #define dictCompareHashKeys(ht, key1, key2) \ macro