Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.c677 unsigned long maxsteps; in dictGetSomeKeys() local
680 maxsteps = count*10; in dictGetSomeKeys()
698 while(stored < count && maxsteps--) { in dictGetSomeKeys()