Searched defs:dictSlots (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ | ||
| H A D | dict.h | 110 #define dictSlots(ht) ((ht)->size) macro |
| /f-stack/app/redis-5.0.5/src/ | ||
| H A D | dict.h | 146 #define dictSlots(d) ((d)->ht[0].size+(d)->ht[1].size) macro |