Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddict.h176 void dictSetHashFunctionSeed(unsigned int initval);
H A Ddict.c84 void dictSetHashFunctionSeed(uint32_t seed) { in dictSetHashFunctionSeed() function
H A Dserver.c3971 dictSetHashFunctionSeed(tv.tv_sec^tv.tv_usec^getpid()); in main()