Home
last modified time | relevance | path

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

/dports/databases/redis5/redis-5.0.14/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.c529 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Ddict.h173 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c156 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Ddict.h173 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c157 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Ddict.h173 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c157 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
/dports/databases/redis6/redis-6.0.16/src/
H A Ddict.h183 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.c1217 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Ddict.h196 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len);
H A Ddict.c90 uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { in dictGenCaseHashFunction() function
H A Dserver.c2228 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); in dictSdsCaseHash()