Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:LargeAnswers

2567 	mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353;
3458 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3513 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
3544 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
3622 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswers/UniqueAnswers counters
3655 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
3921 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers++;
8119 if (rr->resrec.rdlength > SmallRecordLimit) q->LargeAnswers--;
8382 question->LargeAnswers = 0;