Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.c62 static int dict_can_resize = 1; variable
139 if (!dict_can_resize || dictIsRehashing(d)) return DICT_ERR; in dictResize()
935 (dict_can_resize || in _dictExpandIfNeeded()
996 dict_can_resize = 1; in dictEnableResize()
1000 dict_can_resize = 0; in dictDisableResize()