Lines Matching refs:CacheGroup

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()
3491 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); in CheckForSoonToExpireRecords()
3686 mDNSlocal void ReleaseCacheGroup(mDNS *const m, CacheGroup **cp) in ReleaseCacheGroup()
3711 mDNSlocal void CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) in CheckCacheExpiration()
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AnswerNewQuestion()
4033 mDNSlocal CacheEntity *GetCacheEntity(mDNS *const m, const CacheGroup *const PreserveCG) in GetCacheEntity()
4071 CacheGroup **cp = &m->rrcache_hash[slot]; in GetCacheEntity()
4118 mDNSlocal CacheRecord *GetCacheRecord(mDNS *const m, CacheGroup *cg, mDNSu16 RDLength) in GetCacheRecord()
4134 mDNSlocal CacheGroup *GetCacheGroup(mDNS *const m, const mDNSu32 slot, const ResourceRecord *const … in GetCacheGroup()
4137 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); in GetCacheGroup()
4324 CacheGroup **cp = &m->rrcache_hash[slot]; in mDNS_Execute()
5182 CacheGroup *cg; in mDNSCoreMachineSleep()
5652 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr); in FindIdenticalRecordInCache()
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); in ProcessQuery()
6356 mDNSexport CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNS… in CreateNewCacheEntry()
6411 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in GrantCacheExtensions()
6551 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); in mDNSCoreReceiveResponse()
6814 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec); in mDNSCoreReceiveResponse()
6947 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec); in mDNSCoreReceiveResponse()
7058 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); in mDNSCoreReceiveResponse()
8099 CacheGroup *cg; in CacheRecordRmvEventsForCurrentQuestion()
8542 CacheGroup *cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); in mDNS_StopQuery_internal()
8705 CacheGroup *const cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); in mDNS_StopQueryWithRemoves()
9617 CacheGroup *cg; in mDNS_DeregisterInterface()
9679 CacheGroup *cg; in mDNS_DeregisterInterface()
10849 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in mDNS_PurgeBeforeResolve()
10865 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in CacheRecordResetDNSServer()
11030 CacheGroup *cg; in uDNS_SetupDNSConfig()
11449 CacheGroup *cg = m->rrcache_hash[slot]; in mDNS_FinalExit()