Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h178 void dictSetHashFunctionSeed(uint8_t *seed);
H A Ddict.c76 void dictSetHashFunctionSeed(uint8_t *seed) { in dictSetHashFunctionSeed() function
H A Dserver.c4110 dictSetHashFunctionSeed((uint8_t*)hashseed); in main()