Searched defs:CacheGroup (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h434 typedef struct CacheGroup_struct CacheGroup; typedef in typeref:struct:CacheGroup_struct
814 // Note that since CacheRecord object and a CacheGroup object are allocated out of the same pool, it's sensible to
818 // On 64-bit, the pointers in a CacheRecord are bigger, and that creates 8 bytes more space for the name in a CacheGroup
1310 CacheGroup *next; // Next CacheGroup object in this hash table bucket
1345 // Storage sufficient to hold either a CacheGroup header or a CacheRecord
1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
1851 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
2719 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 delay);
2922 char assertC[(sizeof(CacheRecord ) == sizeof(CacheGroup) )
[all...]

Completed in 106 milliseconds