Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:CurrentAnswers

468 		q->CurrentAnswers += AddRecord ? 1 : -1;
2956 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * QuestionIntervalStep3 && !q->RequestUnicast &&
3309 q->CurrentAnswers, AddRecord ? "Add" : "Rmv", rr->resrec.rroriginalttl, CRDisplayString(m, rr));
3341 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers);
3457 q->CurrentAnswers++;
3513 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
3542 q->CurrentAnswers++;
3546 if (q->CurrentAnswers > 4000)
3551 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers);
3622 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswers/UniqueAnswers counters
3639 // cache entry may be removed in which case CurrentAnswers can be zero.
3640 if (q->deliverAddEvents && !q->CurrentAnswers)
3648 if (q->CurrentAnswers == 0)
3649 LogMsg("CacheRecordRmv ERROR!!: How can CurrentAnswers already be zero for %p %##s (%s) DNSServer %#a:%d",
3654 q->CurrentAnswers--;
3660 if (q->CurrentAnswers == 0)
3920 q->CurrentAnswers++;
8108 LogInfo("CacheRecordRmvEventsForCurrentQuestion: CacheRecord %s Suppressing RMV events for question %p %##s (%s), CRActiveQuestion %p, CurrentAnswers %d",
8109 CRDisplayString(m, rr), q, q->qname.c, DNSTypeName(q->qtype), rr->CRActiveQuestion, q->CurrentAnswers);
8118 q->CurrentAnswers--;
8136 "Original question CurrentAnswers %d, new question CurrentAnswers %d, SuppressUnusable %d, SuppressQuery %d",
8137 qptr, CRDisplayString(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery);
8182 if (q->CurrentAnswers <= 0 || q->LOAddressAnswers <= 0)
8184 LogMsg("LocalRecordRmvEventsForQuestion: ERROR!! CurrentAnswers or LOAddressAnswers is zero %p %##s"
8185 " (%s) CurrentAnswers %d, LOAddressAnswers %d", q, q->qname.c, DNSTypeName(q->qtype),
8186 q->CurrentAnswers, q->LOAddressAnswers);
8381 question->CurrentAnswers = 0;
8582 debugf("mDNS_StopQuery_internal: Updating CRActiveQuestion to %p for cache record %s, Original question CurrentAnswers %d, new question "
8583 "CurrentAnswers %d, SuppressQuery %d", q, CRDisplayString(m,rr), question->CurrentAnswers, q->CurrentAnswers, q->SuppressQuery);