Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h135 #define dictCompareKeys(d, key1, key2) \ macro
H A Ddict.c379 if (key==he->key || dictCompareKeys(d, key, he->key)) { in dictGenericDelete()
488 if (key==he->key || dictCompareKeys(d, key, he->key)) in dictFind()
977 if (key==he->key || dictCompareKeys(d, key, he->key)) { in _dictKeyIndex()