Searched refs:CacheGroup (Results 1 – 7 of 7) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | uDNS.h | 78 extern CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehas…
|
D | mDNSEmbeddedAPI.h | 434 typedef struct CacheGroup_struct CacheGroup; typedef 1310 CacheGroup *next; // Next CacheGroup object in this hash table bucket 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 … 2922 char assertC[(sizeof(CacheRecord ) == sizeof(CacheGroup) ) ? 1 : -1]; 2941 char sizecheck_CacheGroup [(sizeof(CacheGroup) <= 184) ? 1 : -1];
|
D | mDNS.c | 322 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 nam… in CacheGroupForName() 324 CacheGroup *cg; in CacheGroupForName() 331 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRe… in CacheGroupForRecord() 2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion() 2651 CacheGroup *cg; in ReconfirmAntecedents() 2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); in CacheHasAddressTypeForName() 2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); in FindSPSInCache1() 2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AccelerateThisQuery() 2852 CacheGroup *cg; in SendQueries() 3415 CacheGroup *cg; in AnswerQuestionsForDNSServerChanges() [all …]
|
D | uDNS.c | 4306 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in uDNS_CheckCurrentQuestion() 4923 CacheGroup *cg; in FlushAddressCacheRecords()
|
D | DNSCommon.c | 138 CacheGroup *cg; in NumCacheRecordsForInterfaceID()
|
/external/mdnsresponder/mDNSPosix/ |
D | Identify.c | 363 CacheGroup *cg; in main()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 4320 const CacheGroup *cg; in udsserver_info()
|