Searched refs:dictGetHash (Results 1 – 3 of 3) sorted by relevance
181 uint64_t dictGetHash(dict *d, const void *key);
358 uint64_t hash = dictGetHash(d, sdsele); in activeDefragSdsListAndDict()778 uint64_t hash = dictGetHash(db->dict, de->key); in defragKey()
1003 uint64_t dictGetHash(dict *d, const void *key) { in dictGetHash() function