Lines Matching refs:qnamehash
386 …MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterf… in GenerateNegativeResponse()
423 q->qnamehash = DomainNameHashValue(&q->qname); // and namehash in AnswerQuestionByFollowingCNAME()
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion()
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()
2957 !(RRTypeIsAddressType(q->qtype) && CacheHasAddressTypeForName(m, &q->qname, q->qnamehash))) in SendQueries()
2967 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0); in SendQueries()
3378 …MakeNegativeCacheRecord(m, &neg, &q->qname, q->qnamehash, q->qtype, q->qclass, 1, rr->resrec.Inter… in AnswerCurrentQuestionWithResourceRecord()
3436 cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AnswerQuestionsForDNSServerChanges()
3664 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0); in CacheRecordRmv()
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AnswerNewQuestion()
3829 …MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterf… in AnswerNewQuestion()
3842 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in AnswerNewQuestion()
3997 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in AnswerNewLocalOnlyQuestion()
4563 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in QuestionHasLocalAnswers()
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); in ProcessQuery()
5912 q->qnamehash == pktq.qnamehash && SameDomainName(&q->qname, &pktq.qname)) in ProcessQuery()
6285 q->qnamehash == question->qnamehash && in ExpectingUnicastResponseForQuestion()
6411 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in GrantCacheExtensions()
6551 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); in mDNSCoreReceiveResponse()
7058 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); in mDNSCoreReceiveResponse()
7099 mDNSu32 hash = q.qnamehash; in mDNSCoreReceiveResponse()
7623 q->qnamehash == question->qnamehash && in FindDuplicateQuestion()
8102 cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in CacheRecordRmvEventsForCurrentQuestion()
8173 ag = AuthGroupForName(&m->rrauth, slot, q->qnamehash, &q->qname); in LocalRecordRmvEventsForQuestion()
8374 …question->qnamehash = DomainNameHashValue(&question->qname); // MUST do this before FindDu… in mDNS_StartQuery_internal()
8375 …swering = CheckForSoonToExpireRecords(m, &question->qname, question->qnamehash, HashSlot(&quest… in mDNS_StartQuery_internal()
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()
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()