Searched refs:dictSetHashFunctionSeed (Results 1 – 3 of 3) sorted by relevance
176 void dictSetHashFunctionSeed(unsigned int initval);
84 void dictSetHashFunctionSeed(uint32_t seed) { in dictSetHashFunctionSeed() function
3971 dictSetHashFunctionSeed(tv.tv_sec^tv.tv_usec^getpid()); in main()