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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c331 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRecord *const rr) function
4155 if (CacheGroupForRecord(m, slot, rr)) LogMsg("GetCacheGroup: Already have CacheGroup for %##s", rr->name->c);
4157 if (CacheGroupForRecord(m, slot, rr) != cg) LogMsg("GetCacheGroup: Not finding CacheGroup for %##s", rr->name->c);
5652 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr);
6814 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec);
6947 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec);

Completed in 458 milliseconds