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