Searched defs:CacheGroup_struct (Results 1 – 1 of 1) sorted by relevance
1582 struct CacheGroup_struct // Header object for a list of CacheRecords with the same n… struct1584 CacheGroup *next; // Next CacheGroup object in this hash table bucket1585 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name1586 CacheRecord *members; // List of CacheRecords with this same name1587 CacheRecord **rrcache_tail; // Tail end of that list1588 domainname *name; // Common name for all CacheRecords in this list1589 …u8 namestorage[sizeof(CacheRecord) - sizeof(struct CacheGroup_base)]; // match sizeof(CacheRecord)