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