Home
last modified time | relevance | path

Searched refs:dictGetHash (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddict.h181 uint64_t dictGetHash(dict *d, const void *key);
H A Ddefrag.c358 uint64_t hash = dictGetHash(d, sdsele); in activeDefragSdsListAndDict()
778 uint64_t hash = dictGetHash(db->dict, de->key); in defragKey()
H A Ddict.c1003 uint64_t dictGetHash(dict *d, const void *key) { in dictGetHash() function