Home
last modified time | relevance | path

Searched defs:dictSlots (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h110 #define dictSlots(ht) ((ht)->size) macro
/f-stack/app/redis-5.0.5/src/
H A Ddict.h146 #define dictSlots(d) ((d)->ht[0].size+(d)->ht[1].size) macro