Searched defs:CacheGroup_struct (Results 1 – 1 of 1) sorted by relevance
1656 struct CacheGroup_struct // Header object for a list of CacheRecords with the same name struct1658 CacheGroup *next; // Next CacheGroup object in this hash table bucket1659 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name1660 CacheRecord *members; // List of CacheRecords with this same name1661 CacheRecord **rrcache_tail; // Tail end of that list1662 domainname *name; // Common name for all CacheRecords in this list1663 mDNSu8 namestorage[InlineCacheGroupNameSize];