Searched refs:dictGenCaseHashFunction (Results 1 – 3 of 3) sorted by relevance
172 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
94 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
530 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()