Home
last modified time | relevance | path

Searched defs:randstring (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/tests/support/
H A Dutil.tcl1 proc randstring {min max {type binary}} { procedure
/f-stack/app/redis-5.0.5/src/
H A Dziplist.c1339 static int randstring(char *target, unsigned int min, unsigned int max) { in randstring() function