Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddict.h170 unsigned int dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c147 unsigned int dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
H A Dserver.c491 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()