Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c27 dictType dictTypeTest = { variable
102 dict *d = dictCreate(&dictTypeTest,NULL); in main()
119 d = dictCreate(&dictTypeTest,NULL); in main()