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

/external/mdnsresponder/mDNSCore/
H A DuDNS.h78 extern CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name);
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...]
H A DmDNS.c322 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name)
324 CacheGroup *cg;
331 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRecord *const rr)
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
2651 CacheGroup *cg;
2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name);
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname);
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
2852 CacheGroup *cg;
3415 CacheGroup *c
[all...]
H A DuDNS.c4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
4923 CacheGroup *cg;
H A DDNSCommon.c138 CacheGroup *cg;
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c363 CacheGroup *cg;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4320 const CacheGroup *cg;
4333 CacheUsed++; // Count one cache entity for the CacheGroup object

Completed in 1541 milliseconds