Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c63 int sortPointers(const void *a, const void *b) { in sortPointers() function
80 qsort(des,returned,sizeof(dictEntry*),sortPointers); in stressGetKeys()