Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h172 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c94 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
H A Dserver.c530 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()