Searched defs:HashSlot (Results 1 – 2 of 2) sorted by relevance
14 typedef struct HashSlot { struct17 } HashSlot; typedef
231 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro