Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c77 int returned = dictGetSomeKeys(d, des, requested); in stressGetKeys()
/f-stack/app/redis-5.0.5/src/
H A Ddict.h169 unsigned int dictGetSomeKeys(dict *d, dictEntry **des, unsigned int count);
H A Devict.c166 count = dictGetSomeKeys(sampledict,samples,server.maxmemory_samples); in evictionPoolPopulate()
H A Ddict.c673 unsigned int dictGetSomeKeys(dict *d, dictEntry **des, unsigned int count) { in dictGetSomeKeys() function
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2201 remove one ineffective loop in dictGetSomeKeys.