Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h176 int dictRehash(dict *d, int n);
H A Ddict.c188 int dictRehash(dict *d, int n) { in dictRehash() function
245 while(dictRehash(d,100)) { in dictRehashMilliseconds()
261 if (d->iterators == 0) dictRehash(d,1); in _dictRehashStep()